You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2022/12/13 08:19:31 UTC

[kafka] branch trunk updated (2935a520730 -> 4a9c0fa4a4f)

This is an automated email from the ASF dual-hosted git repository.

dajac pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 2935a520730 MINOR: Small refactor in KafkaApis.handleHeartbeatRequest (#12978)
     add 4a9c0fa4a4f KAFKA-14367; Add `DescribeGroups` to the new `GroupCoordinator` interface (#12855)

No new revisions were added by this update.

Summary of changes:
 .../group/GroupCoordinatorAdapter.scala            |  31 +++-
 core/src/main/scala/kafka/server/KafkaApis.scala   |  74 ++++-----
 .../group/GroupCoordinatorAdapterTest.scala        |  58 ++++++-
 .../scala/unit/kafka/server/KafkaApisTest.scala    | 166 ++++++++++++++++-----
 .../kafka/coordinator/group/GroupCoordinator.java  |  15 ++
 5 files changed, 269 insertions(+), 75 deletions(-)