nicktelford opened a new pull request, #22311: URL: https://github.com/apache/kafka/pull/22311
The ChangeLogging wrappers have no cache of their own — they simply intercept writes to emit changelog records and delegate reads straight through. There is no uncommitted state held at this layer, so the isolation semantics belong entirely to the inner store. Pure delegation to wrapped().readOnly(level) is therefore the only sensible implementation. KAFKA-20497 -- 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]
