chickenchickenlove commented on code in PR #20159:
URL: https://github.com/apache/kafka/pull/20159#discussion_r2389693381
##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionalRequestResult.java:
##########
@@ -52,11 +54,15 @@ public void await() {
}
public void await(long timeout, TimeUnit unit) {
Review Comment:
Thanks for your comments!
I removed `public void await()` because this method only is used in test
codes.
Then, I refactored all test codes to use `public void await(long timeout,
TimeUnit unit, Supplier<KafkaException> potentialCauseException) { ... }`.
--
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]