kafka
kafka copied to clipboard
KAFKA-17256 KRAFT should honor the listener name and security protocol from ClusterConfig
related to https://issues.apache.org/jira/browse/KAFKA-17256
Currently in ClusterConfig setListenerName and setSecurityProtocol not work under KRaft mode, while we could set it in zookeeper mode. This PR aims to align the behavior.
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)