dongwoo6kim commented on code in PR #100: URL: https://github.com/apache/flink-connector-kafka/pull/100#discussion_r1759157019
########## flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTestBase.java: ########## @@ -270,6 +270,42 @@ public static <K, V> void produceToKafka( } } + public static <K, V> void produceTransactionalMessageToKafka( Review Comment: I agree, I've applied your idea. Thanks for the input -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org