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


##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/CommitRequestManagerTest.java:
##########
@@ -367,6 +372,42 @@ public void testAutocommitEnsureOnlyOneInflightRequest() {
         assertPoll(1, commitRequestManger);
     }
 
+    @Test

Review Comment:
   I think they should. Looks to me like the legacy consumer called the 
interceptors when closing the consumer coordinator 
(`ConsumerCoordinator.maybeAutoCommitOffsetsSync`).



-- 
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