mingyen066 opened a new pull request, #23021:
URL: https://github.com/apache/kafka/pull/23021

   produceMessages waited for each record's ack before sending the next one, so 
the
   accumulator never held more than one record and the producer could not batch.
   
   Send all the records first, then wait for the acks. The Timer still bounds 
the
   whole batch, so the timeout behaviour is unchanged.
   


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

Reply via email to