Skip to content
Discussion options

You must be logged in to vote

If you trust the operator, you can compare the .metadata.generation and .status.observedGeneration fields. and if they have the same value and the cluster status is Ready, it means it is up-to-date. If you don't trust the operator, you will need to use the Kafka APIs / the kafka-configs.sh tool to check the real configs in the brokers.

Some Kafka options can be updated dynamically without reboot. So when possible, Strimzi uses this instead of rolling all the brokers (which would update the file you are looking at).

Replies: 1 comment 1 reply

Comment options

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

Answer selected by cnbattle
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