mjsax opened a new pull request, #23089: URL: https://github.com/apache/kafka/pull/23089
The `StateDirectory` offset cache should only contain data for persistent state store. This PR avoids the offset from in-memory state stores are added to the cache, and ensure that the read path fills in missing information for other state stores (in particular in-memory ones) on the fly. Reviewers: Nick Telford <[email protected]>, Bill Bejeck <[email protected]> -- 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]
