Giter Site home page Giter Site logo

Kafka configuration changes about firecamp HOT 6 OPEN

rik2803 avatar rik2803 commented on June 7, 2024
Kafka configuration changes

from firecamp.

Comments (6)

JuniusLuo avatar JuniusLuo commented on June 7, 2024 1

This is a good config to support. Will add it.

from firecamp.

JuniusLuo avatar JuniusLuo commented on June 7, 2024

The current behavior is by design. FireCamp tries to expose the minimal number of configs. We would like to collect the requirements first before adding more configs or adding the general mechanism to allow updating custom configs. What kind of configurations do you plan to change?

The config files inside container is immutable. FireCamp loads the configs that are input at the service creation time, and overwrites the /data/conf/server.properties file before container starts. When container starts, entrypoint.sh will load the configs in /data/conf/server.properties and update kafka configs accordingly.

from firecamp.

JuniusLuo avatar JuniusLuo commented on June 7, 2024

A simple common mechanism is to allow tuning the non-sensitive configs via the environment variables. This is not complex to support. If you could provide more details, we could consider to support it.

from firecamp.

timchurchard avatar timchurchard commented on June 7, 2024

I would like to set auto.create.topics.enable=false would you consider supporting this?

from firecamp.

nagaraj07 avatar nagaraj07 commented on June 7, 2024

With respect to above, configuration changes. If I want edit, server.properties of kafka to change below listeners to any other IP/DNS:

listeners=PLAINTEXT://mykafka-0.abc-firecamp.com:9092
advertised.listeners=PLAINTEXT://mykafka-0.abc-firecamp.com:9092

Once, we change this if i restart the kafka and zookeeper service it again goes to default config. How to override this config? Or how to pass this parameters as environment variable to override the values while creating new service?

from firecamp.

JuniusLuo avatar JuniusLuo commented on June 7, 2024

Changing the listeners address is not supported. The kafka container binds with the DNS name. This is how failover works. When the kafka container moves to another node, DNS will be automatically updated.

from firecamp.

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.