mjsax commented on a change in pull request #8532:
URL: https://github.com/apache/kafka/pull/8532#discussion_r414679179



##########
File path: tests/kafkatest/tests/streams/streams_broker_bounce_test.py
##########
@@ -164,7 +164,7 @@ def setup_system(self, start_processor=True, num_threads=3):
 
         # Start test harness
         self.driver = StreamsSmokeTestDriverService(self.test_context, 
self.kafka)
-        self.processor1 = StreamsSmokeTestJobRunnerService(self.test_context, 
self.kafka, num_threads)
+        self.processor1 = StreamsSmokeTestJobRunnerService(self.test_context, 
self.kafka, "at_least_once", num_threads)

Review comment:
       We can try to add both eos cases, too.
   
   For `Streams[Complex]EosTestJobRunnerService`, they use a different Java 
class compared to the "smoke test" runner. Not sure if we could unify them?




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

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


Reply via email to