lh0156 opened a new pull request, #23060: URL: https://github.com/apache/kafka/pull/23060
## Summary * Split consumer group describe requests into batches of at most 50 groups. * Preserve the existing result aggregation and output behavior for individual and all-group descriptions. * Keep the change scoped to describe operations, which avoids changing the existing offset reset behavior. ## Tests * RED: ConsumerGroupServiceTest.testDescribeConsumerGroupsIsBatched failed before the change because 101 group IDs were sent in one request. * GREEN: ConsumerGroupServiceTest.testDescribeConsumerGroupsIsBatched * ConsumerGroupServiceTest * DescribeConsumerGroupTest.testDescribeAllExistingGroups * Checkstyle, SpotBugs, and Spotless -- 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]
