OmniaGM commented on PR #19964:
URL: https://github.com/apache/kafka/pull/19964#issuecomment-3032990255

   > 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()) {
   > ```
   
   Updated the pr now, and removed the timeouts seems to be running way faster 
now and should be within the default 60 timeout for the test (at least locally 
will wait for the pipeline) 


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to