mjsax commented on a change in pull request #10573: URL: https://github.com/apache/kafka/pull/10573#discussion_r619878083
########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/RecordCollectorTest.java ########## @@ -126,10 +129,10 @@ public void setup() { clientSupplier.setCluster(cluster); streamsProducer = new StreamsProducer( config, - "threadId", + processId + "-StreamThread-1", Review comment: This PR does not change `StreamsProducer` so this parsing should have happened for `_beta` already -- what do I miss? -- 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