JiayaoS opened a new pull request, #22785: URL: https://github.com/apache/kafka/pull/22785
AuthorizerIntegrationTest runs with a single broker, but the share coordinator state topic defaults to replication.factor=3, min.isr=2. This causes unnecessary retries when the test exercises share group state APIs. Set share.coordinator.state.topic.replication.factor=1, share.coordinator.state.topic.min.isr=1 for this test. -- 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]
