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 70e7cddb9d9 KAFKA-20137: Add javadoc to public APIs in
org.apache.kafka.clients.producer (#21445)
add 5c559987626 MINOR: Move ProducerIntegrationTest to
clients-integration-tests and rewrite in Java (#21496)
No new revisions were added by this update.
Summary of changes:
.../clients/producer/ProducerIntegrationTest.java | 223 +++++++++++++++++++++
.../transaction/ProducerIntegrationTest.scala | 215 --------------------
2 files changed, 223 insertions(+), 215 deletions(-)
create mode 100644
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/producer/ProducerIntegrationTest.java
delete mode 100644
core/src/test/scala/integration/kafka/coordinator/transaction/ProducerIntegrationTest.scala