nicktelford opened a new pull request, #22957: URL: https://github.com/apache/kafka/pull/22957
The interactive-query isolation-level support added under KIP-892 spans many store implementations, but has so far only been covered by unit tests. That leaves the end-to-end behaviour — that a READ_COMMITTED query observes only committed records while a READ_UNCOMMITTED query sees uncommitted writes — unverified against a running Streams application. This adds end-to-end IQv1 integration tests exercising all store shapes (in-memory and persistent key-value, window, and session stores, plus persistent versioned stores). Shared harness setup lives in `IsolationLevelIntegrationFixtures`, which the IQv2 counterpart (KAFKA-20502, stacked on this branch) also reuses. -- 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]
