nicktelford commented on PR #17715: URL: https://github.com/apache/kafka/pull/17715#issuecomment-2462635140
@mjsax @cadonna @ableegoldman Part 2 of KIP-1035. This actually makes use of the "startup Tasks" by caching their offset sums on startup and using that for rebalances instead of the `.checkpoint` file. We still use the `.checkpoint` file to populate this cache, for now, but this enables us to start moving the offsets into the `StateStore` without breaking everything. -- 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]
