Owen-CH-Leung commented on PR #15489:
URL: https://github.com/apache/kafka/pull/15489#issuecomment-2053607875

   > @Owen-CH-Leung
   > 
   > The root cause is that not all produce records succeed to be sent, and we 
don't check all sends before closing producer. As our CI is very busy, it could 
case timeout if we send many records at once. Hence, could you call `get` on 
the `Producer#send` to make sure those records get sent.
   
   Thanks a lot for helping to identify the root cause! I've just pushed a 
commit to address all your comments. Let's see what we got from the build =)


-- 
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