lucasbru commented on code in PR #15723:
URL: https://github.com/apache/kafka/pull/15723#discussion_r1567025166


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/RequestState.java:
##########
@@ -66,6 +67,7 @@ public RequestState(final LogContext logContext,
      * and the backoff is restored to its minimal configuration.
      */
     public void reset() {
+        this.requestInFlight = false;
         this.lastSentMs = -1;

Review Comment:
   what's the purpose of `lastSentMs` now? Can we remove 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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to