This is an automated email from the ASF dual-hosted git repository.
gwenshap pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 157aadb MINOR: Add provider name of SSLContext to debug log. (#7407)
add c218aa6 KAFKA-8901; Extend consumer group command to use the new
Admin API to delete consumer offsets (KIP-496)
No new revisions were added by this update.
Summary of changes:
.../scala/kafka/admin/ConsumerGroupCommand.scala | 98 +++++++++-
.../kafka/api/AdminClientIntegrationTest.scala | 10 +-
.../kafka/admin/ConsumerGroupCommandTest.scala | 22 ++-
...ffsetsConsumerGroupCommandIntegrationTest.scala | 199 +++++++++++++++++++++
.../test/scala/unit/kafka/utils/TestUtils.scala | 11 ++
5 files changed, 320 insertions(+), 20 deletions(-)
create mode 100644
core/src/test/scala/unit/kafka/admin/DeleteOffsetsConsumerGroupCommandIntegrationTest.scala