mjsax commented on code in PR #20540:
URL: https://github.com/apache/kafka/pull/20540#discussion_r2384386485


##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/AdjustStreamThreadCountTest.java:
##########
@@ -121,6 +139,24 @@ public void setup(final TestInfo testInfo) {
         );
     }
 
+    private void produceTestRecords(final String inputTopic, final 
EmbeddedKafkaCluster cluster) {
+        final Properties props = new Properties();
+        props.put("acks", "all");

Review Comment:
   This is the producer default anyway. Can be removed



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