mjsax commented on code in PR #19832:
URL: https://github.com/apache/kafka/pull/19832#discussion_r2112134513
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamThreadTest.java:
##########
@@ -3926,38 +3925,6 @@ t2p1, new PartitionInfo(t2p1.topic(), t2p1.partition(),
null, new Node[0], new N
);
}
- @ParameterizedTest
Review Comment:
This PR removes `public AsyncKafkaConsumer<byte[], byte[]> consumer()` which
is not needed any longer, but the test rely on it.
--
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]