jack2012aa commented on code in PR #20381:
URL: https://github.com/apache/kafka/pull/20381#discussion_r2286979323


##########
clients/src/test/java/org/apache/kafka/clients/producer/KafkaProducerTest.java:
##########
@@ -1036,8 +1048,9 @@ public void testTopicNotExistingInMetadata() throws 
InterruptedException {
     @Test
     public void testTopicExpiryInMetadata() throws InterruptedException {
         Map<String, Object> configs = new HashMap<>();
+        final String maxBlockMs = "300000";

Review Comment:
   Sorry this is a mistake. I'll fix 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to