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

[kafka] branch trunk updated (4a9c0fa4a4f -> 7ff779f3f4a)

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

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


    from 4a9c0fa4a4f KAFKA-14367; Add `DescribeGroups` to the new `GroupCoordinator` interface (#12855)
     add 7ff779f3f4a KAFKA-14285: Delete quota node in zookeeper when configs are empty (#12729)

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/kafka/admin/ConfigCommand.scala |  4 +-
 .../main/scala/kafka/server/ZkAdminManager.scala   | 12 ++--
 core/src/main/scala/kafka/zk/AdminZkClient.scala   | 63 +++++++++++++++++--
 .../scala/unit/kafka/admin/ConfigCommandTest.scala |  4 +-
 .../scala/unit/kafka/zk/AdminZkClientTest.scala    | 70 +++++++++++++++++++++-
 5 files changed, 137 insertions(+), 16 deletions(-)