junrao commented on PR #19964:
URL: https://github.com/apache/kafka/pull/19964#issuecomment-3032861053
I made the following change and the test hasn't failed after running for 15
minutes. It uses a shorter delivery timeout and request timeout. We probably
also want to reduce the test time.
```
AtomicInteger numAcks = new AtomicInteger(0);
var producerFuture = CompletableFuture.runAsync(() -> {
- try (var producer = cluster.producer()) {
+ try (var producer = createProducer()) {
```
--
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]