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


##########
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 catch. Gated it on version - added supports_consumer_close_timeout() 
(>= DEV_VERSION) and only pass --close-timeout when the node supports it, so 
older versions just use their default close behavior.



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