kafka
kafka copied to clipboard
KAFKA-10360: Allow disabling JMX Reporter (KIP-830)
This implements KIP-830: https://cwiki.apache.org/confluence/display/KAFKA/KIP-830%3A+Allow+disabling+JMX+Reporter It adds a new configuration jmx.reporter.enable that can be set to false to disable the JMX Reporter
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
Thanks for the review @tombentley! I've pushed an update.
Thanks @tombentley! I've rebased on trunk, I'll let the CI run before merging.