This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 3815339e057 KAFKA-14158: Remove auto.include.jmx.reporter
configuration (#17360)
add 374663c64bf KAFKA-17287: Added integration tests for ShareConsumer
(#17009)
No new revisions were added by this update.
Summary of changes:
checkstyle/import-control-core.xml | 1 +
.../java/kafka/test/api/ShareConsumerTest.java | 1654 ++++++++++++++++++++
.../integration/kafka/api/BaseConsumerTest.scala | 40 +-
.../kafka/api/PlaintextConsumerTest.scala | 44 +-
4 files changed, 1698 insertions(+), 41 deletions(-)
create mode 100644 core/src/test/java/kafka/test/api/ShareConsumerTest.java