jsancio opened a new pull request, #12717:
URL: https://github.com/apache/kafka/pull/12717

   The error message reported when advertised.listeners is used in controller 
only is confusing.
   
   When the KRaft server is configured to controller only the following must be 
true:
   
   1. `advertised.listeners` is not set
   2. `listeners` contains a listener for every name in 
`controller.listener.names`
   3. `controller.listener.names` contains a name for every listener in 
`listeners`
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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]

Reply via email to