omkreddy opened a new pull request, #17858: URL: https://github.com/apache/kafka/pull/17858
This is preparatory change for [ KIP-1106](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1106%3A+Add+duration+based+offset+reset+option+for+consumer+clients). This PR: 1. Deprecates OffsetResetStrategy enum 2. Adds new internal class AutoOffsetResetStrategy 3. Replaces all OffsetResetStrategy enum usages with AutoOffsetResetStrategy 4. Deprecate/Add constructors to MockConsumer We will add duration based reset support in subsequent PRs. -- 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]
