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


##########
tests/kafkatest/services/console_consumer.py:
##########
@@ -313,4 +313,3 @@ def wait_for_offset_reset(self, node, topic, 
num_partitions):
             wait_until(lambda: self.has_log_message(node, message),
                        timeout_sec=60,
                        err_msg="Offset not reset for partition %s-%d" % 
(topic, partition))
-

Review Comment:
   nit: Please revert this changed line too. This PR should not make any 
changes to unrelated files.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to