ableegoldman opened a new pull request #10573:
URL: https://github.com/apache/kafka/pull/10573


   Deprecates and logs a warning upon usage of the following:
   - StreamsConfig.EXACTLY_ONCE
   - StreamsConfig.EXACTLY_ONCE_BETA
   - Producer#sendOffsetsToTransaction(Map offsets, String consumerGroupId)
   
   The deprecated eos configs are to be replaced by the new 
StreamsConfig.EXACTLY_ONCE_V2 config. Additionally, this PR replaces usages of 
the term "eos-beta" throughout the code with the term "eos-v2"
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to