AndrewJSchofield commented on code in PR #17814:
URL: https://github.com/apache/kafka/pull/17814#discussion_r1842721918


##########
core/src/test/java/kafka/test/api/ShareConsumerTest.java:
##########
@@ -322,6 +325,7 @@ public void 
testAcknowledgementCommitCallbackSuccessfulAcknowledgement(String pe
         ProducerRecord<byte[], byte[]> record = new 
ProducerRecord<>(tp.topic(), tp.partition(), null, "key".getBytes(), 
"value".getBytes());
         KafkaProducer<byte[], byte[]> producer = createProducer(new 
ByteArraySerializer(), new ByteArraySerializer());

Review Comment:
   Done, with the exception of the tests which use ExecutorService. I'll see if 
I can improve those too.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to