RaidenE1 commented on code in PR #20718:
URL: https://github.com/apache/kafka/pull/20718#discussion_r2550774907
##########
streams/src/test/java/org/apache/kafka/streams/tests/SmokeTestDriver.java:
##########
@@ -478,6 +511,29 @@ public static VerificationResult verify(final String kafka,
return verificationResult;
}
+ public static VerificationResult verify(final String kafka,
+ final Map<String, Set<Integer>>
inputs,
+ final int maxRecordsPerKey,
+ final boolean eosEnabled) {
+ final VerificationResult txnResult = preVerifyTransactions(kafka,
eosEnabled);
+ if (txnResult != null) {
Review Comment:
Make sense, updated
--
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]