nicktelford commented on PR #14853:
URL: https://github.com/apache/kafka/pull/14853#issuecomment-1829908202

   This is part of KIP-892, and has been broken out into a separate PR to 
reduce the review burden on the main KIP-892 implementation, since it can be 
merged independently.
   
   Note: KIP-892 makes use of `WriteBatchWithIndex` for its transaction buffer, 
so these changes are needed to enable us to use both `WriteBatch` (which 
continue to be used in `restoreBatch`) and `WriteBatchWithIndex` (which are 
used for transaction buffers).
   
   @cadonna 


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