This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 54b3b3debc0 MINOR: Convert streams group options to consumer group
options in Admin APIs (#19583)
add 4e77466f6a4 KAFKA-19170 Move MetricsDuringTopicCreationDeletionTest to
client-integration-tests module (#19528)
No new revisions were added by this update.
Summary of changes:
build.gradle | 1 +
.../import-control-clients-integration-tests.xml | 2 +
.../MetricsDuringTopicCreationDeletionTest.java | 147 +++++++++++++++++++
.../MetricsDuringTopicCreationDeletionTest.scala | 156 ---------------------
.../apache/kafka/common/test/ClusterInstance.java | 13 ++
5 files changed, 163 insertions(+), 156 deletions(-)
create mode 100644
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/MetricsDuringTopicCreationDeletionTest.java
delete mode 100644
core/src/test/scala/unit/kafka/integration/MetricsDuringTopicCreationDeletionTest.scala