Yunyung opened a new pull request, #17509: URL: https://github.com/apache/kafka/pull/17509
Fix sentence break errors in the inter.broker description. Before: **inter.broker.listener.name** > If this is unset, the listener name is defined by security.inter.broker.protocolIt is an error to set this and security.inter.broker.protocol properties at the same time. **inter.broker.protocol.version** > Specify which version of the inter-broker protocol will be used. . This is typically bumped after all brokers were upgraded to a new version. After **inter.broker.listener.name** > If this is unset, the listener name is defined by security.inter.broker.protocol. It is an error to set this and security.inter.broker.protocol properties at the same time. **inter.broker.protocol.version** > Specify which version of the inter-broker protocol will be used. This is typically bumped after all brokers were upgraded to a new version. ### 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