This is an automated email from the ASF dual-hosted git repository. rsivaram pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
from 2d943419a35 MINOR: Remove unused DescribeTopicPartitionResponse.prepareResponse function (#20032) add 33a1648c44a MINOR: Fix response for consumer group describe with empty group id (#20030) No new revisions were added by this update. Summary of changes: .../server/ConsumerGroupDescribeRequestTest.scala | 14 ++++++++ .../server/ConsumerGroupHeartbeatRequestTest.scala | 42 ++++++++++++++++++++++ .../kafka/server/DeleteGroupsRequestTest.scala | 4 +-- .../kafka/server/DescribeGroupsRequestTest.scala | 9 +++-- .../unit/kafka/server/HeartbeatRequestTest.scala | 9 +++++ .../unit/kafka/server/JoinGroupRequestTest.scala | 11 ++++++ .../unit/kafka/server/OffsetFetchRequestTest.scala | 36 +++++++++++++++++++ .../unit/kafka/server/SyncGroupRequestTest.scala | 11 ++++++ .../coordinator/group/GroupCoordinatorService.java | 8 ++--- .../group/GroupCoordinatorServiceTest.java | 14 ++++---- 10 files changed, 143 insertions(+), 15 deletions(-)