rreddy-22 opened a new pull request, #19193:
URL: https://github.com/apache/kafka/pull/19193

   This patch adds logic to enable and handle two phase commit (2PC) 
transactions following KIP-939.
   The changes made are as follows:
   1) Add a new broker config called **transaction.two.phase.commit.enable** 
which is set to false by default
   2) Add new flags **enableTwoPCFlag** and **keepPreparedTxn** to 
handleInitProducerId
   3) Return an error if keepPreparedTxn is set to true (for now)


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