Skip to content
Discussion options

You must be logged in to vote

First of all, the /opt/kafka/server.properties files is not used for anything. The used properties file is in /tmp. Also, the properties file shows the settings which were used when the broker started. But many Kafka options can be dynamically configured. In whihc case the broker will change them through the Kafka APIs and they will be used but not visible in the properties file until the next broker restart. This is to avoid unnecessary restarts.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AydinChavez
Comment options

Answer selected by AydinChavez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants