mingdaoy commented on code in PR #18798:
URL: https://github.com/apache/kafka/pull/18798#discussion_r1941275249


##########
tests/kafkatest/sanity_checks/test_bounce.py:
##########
@@ -46,13 +43,10 @@ def create_producer(self):
         # This will produce to source kafka cluster
         self.producer = VerifiableProducer(self.test_context, num_nodes=1, 
kafka=self.kafka, topic=self.topic,
                                            max_messages=self.num_messages, 
throughput=self.num_messages // 10)
-    def setUp(self):
-        if self.zk:
-            self.zk.start()
 
-    # ZooKeeper and KRaft, quorum size = 1
+    # Isolated and Combined KRaft, quorum size = 3

Review Comment:
   @dajac Should `quorum size = 1` remain as `1` ?



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