chia7712 commented on code in PR #17047:
URL: https://github.com/apache/kafka/pull/17047#discussion_r1739688741


##########
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##########
@@ -3382,7 +3382,35 @@ public void 
testCommittedThrowsTimeoutExceptionForNoResponse(GroupProtocol group
         assertEquals("Timeout of 1000ms expired before the last committed 
offset for partitions [test-0] could be determined. " +
             "Try tuning default.api.timeout.ms larger to relax the 
threshold.", timeoutException.getMessage());
     }
-    
+
+    @ParameterizedTest
+    @EnumSource(value = GroupProtocol.class)
+    public void testPreventMultiThread(GroupProtocol groupProtocol) throws 
InterruptedException {
+        Properties props = new Properties();

Review Comment:
   please remove unused variable



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