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

   As a part of KIP-890, we are introducing a new class of Exceptions which 
when encountered shall lead to Aborting the ongoing Transaction. The following 
PR introduces the same with client side handling and server side changes.
   On client Side, the code attempts to handle the exception as an Abortable 
error and ensure that it doesn't take the producer to a fatal state
   On the server side, we have bumped the ProduceRequest and ProduceResponse 
Version. And then added the necessary handling for the same maintaining the 
backward compatibility with clients.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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