mjsax opened a new pull request, #22608: URL: https://github.com/apache/kafka/pull/22608
Stacked on top of https://github.com/apache/kafka/pull/22595 -- Only look into last commit. This PR adds base logic to make task-end-offset-sum available to the client background thread, allowing us to add task-end-offset-sum to the StreamsHeartbeatRequest in a follow up PR. We are getting the task-end0offset-sum from StateUpdater thread, and thus the supplier must be thread-safe. For source-topic optimized changelog, we need to use the "logical endOffset" (ie, committed offset). Part of KIP-1071. -- 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]
