I was trying to get the config for one of the kafka clusters we have. After doing a config change through puppet, I want to know if kafka has reloaded the config, or if we need to restart the service for that.
I have tried with ./kafka-configs.sh --describe --zookeeper my-zookeeper:2181 --entity-type brokers
but I only have empty output.
I have also tried to find for the config browsing inside the zookeepers but i have found nothing.
Is there any way to retrieve which config is being used?
Here's full working command to list all configs for the broker with id=1:
./bin/kafka-configs.sh --bootstrap-server <broker-host>:9092 --entity-type
brokers --entity-name 1 --all --describe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With