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 100e8746713 MINOR: Move dynamic config logic to DynamicConfigPublisher
(#12958)
add 854dfb5ffce KAFKA-14367; Add `ListGroups` to the new
`GroupCoordinator` interface (#12853)
No new revisions were added by this update.
Summary of changes:
.../group/GroupCoordinatorAdapter.scala | 24 ++-
core/src/main/scala/kafka/server/KafkaApis.scala | 53 +++---
.../group/GroupCoordinatorAdapterTest.scala | 49 +++++-
.../scala/unit/kafka/server/KafkaApisTest.scala | 183 ++++++++++++++++++---
.../kafka/coordinator/group/GroupCoordinator.java | 15 ++
5 files changed, 264 insertions(+), 60 deletions(-)