Giter Club home page Giter Club logo

Comments (5)

Crim avatar Crim commented on July 2, 2024 1

@elliots I've just released a new version (2.0.0) that allows for disabling user authentication entirely. It's not a complete solution for your needs, but may help some :)

from kafka-webview.

elliots avatar elliots commented on July 2, 2024

I would also appreciate simpler configuration.

I use this in docker-compose as part of a development environment that constantly goes up and down.
I'd like to be able to

  • Disable users completely, or failing that set a user/password
  • Add a cluster
  • Add views
    all using environment variables, or with a config file if thats not possible. Which it probably isn't :)

(and again also, this application really is great! 👍 )

from kafka-webview.

cukal avatar cukal commented on July 2, 2024

@elliots you could create a bootstrapper/wrapper that you start up instead of webview that grabs environment values, mounts the h2 db, executes sql with the env vars as variables and sets up users, cluster, views, ... in the h2 backend and next start webview itself?

from kafka-webview.

Crim avatar Crim commented on July 2, 2024

Any ideas how to handle custom kafka deserializers that require jars to be included in the class path as part of some configuration file?

from kafka-webview.

Crim avatar Crim commented on July 2, 2024

If the environment is generally static after your initial configuration (IE you don't need to create dynamic users, views, etc.. on container start). Could you boot the container once, set it up how you need it, and then snapshot it using the commit command? https://docs.docker.com/engine/reference/commandline/commit/

And then just run from that saved state?

from kafka-webview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.