apalan60 commented on PR #20938:
URL: https://github.com/apache/kafka/pull/20938#issuecomment-3649449338
Thanks for the PR. I tested it locally with a dynamic voter setup, and it
successfully updates a single controller’s config without any exceptions.
```bash
./bin/kafka-configs.sh --bootstrap-controller localhost:9093 --entity-type
brokers --entity-name 2 --describe --all | grep log.cleaner.threads
./bin/kafka-configs.sh --bootstrap-controller localhost:9093 --entity-type
brokers --entity-name 2 --alter --add-config log.cleaner.threads=6
./bin/kafka-configs.sh --bootstrap-controller localhost:9093 --entity-type
brokers --entity-name 2 --describe --all | grep log.cleaner.threads
log.cleaner.threads=1 sensitive=false
synonyms={DEFAULT_CONFIG:log.cleaner.threads=1}
Completed updating config for broker 2.
log.cleaner.threads=6 sensitive=false
synonyms={DYNAMIC_BROKER_CONFIG:log.cleaner.threads=6,
DEFAULT_CONFIG:log.cleaner.threads=1}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]