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


##########
tests/kafkatest/services/verifiable_consumer.py:
##########
@@ -439,6 +442,9 @@ def start_cmd(self, node):
         if self.max_messages > 0:
             cmd += " --max-messages %s" % str(self.max_messages)
 
+        if self.close_timeout_sec > 0:

Review Comment:
   Good point, changed to >= 0 so that passing 0 requests an immediate close 
instead of silently falling back to the default.



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