-
i setting config:
but , into POD run
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you trust the operator, you can compare the 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). |
Beta Was this translation helpful? Give feedback.
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 / thekafka-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).