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 c5f8ae0424a KAFKA-16260: Deprecate window.size.ms and
window.inner.class.serde in StreamsConfig (#18297)
add 20546930ae7 KAFKA-19042 Move ConsumerTopicCreationTest to
client-integration-tests module (#19283)
No new revisions were added by this update.
Summary of changes:
.../consumer/ConsumerTopicCreationTest.java | 125 +++++++++++++++++++++
.../kafka/api/ConsumerTopicCreationTest.scala | 108 ------------------
2 files changed, 125 insertions(+), 108 deletions(-)
create mode 100644
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ConsumerTopicCreationTest.java
delete mode 100644
core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala