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



##########
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:
       On a different note, now that the processing guarantee can be passed to 
the service, do we still need `StreamsEosTestJobRunnerService` and 
`StreamsComplexEosTestJobRunnerService`?




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