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


##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareConsumerImplTest.java:
##########
@@ -346,6 +342,32 @@ public void testFailOnClosedConsumer() {
         assertEquals("This consumer has already been closed.", 
res.getMessage());
     }
 
+    @Test
+    public void shouldSendOneShareFetchEventPerPoll() {

Review Comment:
   nit: The tests should start with `test`.



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

Reply via email to