HyunSangHan opened a new pull request #11418: URL: https://github.com/apache/kafka/pull/11418
I think it may seem a little awkward when I got a log like below, ``` 1 partitions have leader brokers without a matching listener, including [...] ``` So I divided it to 2 types: ``` // When more than one partition (* Same as the original) 2 partitions have leader brokers without a matching listener, including [...] ``` ``` // When only one partition 1 partition has a leader broker without a matching listener, which is ... ``` ### 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org