kirktrue commented on code in PR #15455:
URL: https://github.com/apache/kafka/pull/15455#discussion_r1511879304
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThreadTest.java:
##########
@@ -170,7 +173,8 @@ public void testSyncCommitEvent() {
@Test
public void testListOffsetsEventIsProcessed() {
Map<TopicPartition, Long> timestamps = Collections.singletonMap(new
TopicPartition("topic1", 1), 5L);
- ApplicationEvent e = new ListOffsetsEvent(timestamps, true);
+ Timer timer = time.timer(100);
Review Comment:
Is our usage of `ListOffsetsEvent` any different from how we're using events
in this test? Why would a value of `100` not work?
--
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]