mjsax commented on code in PR #17212:
URL: https://github.com/apache/kafka/pull/17212#discussion_r1761947725
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamsProducerTest.java:
##########
@@ -171,85 +158,67 @@ public void before() {
"threadId-StreamThread-0",
mockClientSupplier,
null,
- null,
logContext,
mockTime
);
nonEosMockProducer = mockClientSupplier.producers.get(0);
- eosAlphaMockClientSupplier.setCluster(cluster);
- eosAlphaMockClientSupplier.setApplicationIdForProducer("appId");
- eosAlphaStreamsProducer =
+ eosMockClientSupplier.setCluster(cluster);
Review Comment:
Many EOS tests where not EOSv1 vs EOSv2 specific, but used `eosAlphaXxx`
variables -- updating these to use `eosBetaXxx` (renamed to just `eosXxxx`) --
more of this below.
--
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]