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

   This patch does a few cleanups in EventAccumulator:
   - Extract common logic from addLast/addFirst into private add() helper 
method using BiConsumer for the add operation
   - Replace LinkedList with ArrayDeque for better performance
   - Fix Javadoc formatting (double braces to single braces)
   - Use var for local variable declarations
   


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