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


##########
tests/kafkatest/tests/client/consumer_test.py:
##########
@@ -101,7 +101,7 @@ def test_broker_rolling_bounce(self, 
metadata_quorum=quorum.zk, use_new_coordina
         partition = TopicPartition(self.TOPIC, 0)
 
         producer = self.setup_producer(self.TOPIC)
-        consumer = self.setup_consumer(self.TOPIC, 
group_protocol=group_protocol)
+        consumer = self.setup_consumer(self.TOPIC, 
group_protocol=group_protocol, prop_file="metadata.recovery.strategy=none")

Review Comment:
   Could you please add a comment? 
[KAFKA-18194](https://issues.apache.org/jira/browse/KAFKA-18194) contains some 
discussion on this.



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