You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Kirk True (Jira)" <ji...@apache.org> on 2023/10/18 23:51:00 UTC

[jira] [Created] (KAFKA-15638) Investigate ConsumerNetworkThread's testPollResultTimer

Kirk True created KAFKA-15638:
---------------------------------

             Summary: Investigate ConsumerNetworkThread's testPollResultTimer
                 Key: KAFKA-15638
                 URL: https://issues.apache.org/jira/browse/KAFKA-15638
             Project: Kafka
          Issue Type: Sub-task
          Components: clients, consumer
            Reporter: Kirk True
            Assignee: Kirk True


Thanks for the reply. I still don't quite understand the test. Why do we duplicate the following code both inside and outside of {{{}setWakeupHook{}}}?
 
{code:java}
networkClientDelegate.disconnectAsync(readReplica);
networkClientDelegate.poll(time.timer(0));
{code}
 
MockClient is only woken up through {{{}networkClientDelegate.disconnectAsync{}}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)