aliehsaeedii opened a new pull request, #21812:
URL: https://github.com/apache/kafka/pull/21812
This PR adds withHeaders parameterization to Kafka Streams integration Store
& Query tests to verify
that Interactive Query operations work correctly with both DSL store
format configurations (regular
and headers-based format).
Due to current IQv2 limitations with headers stores, `headers` store types
are not added to `IQv2StoreIntegrationTest.StoresToTest`.
Changes:
- Converted @Test methods to @ParameterizedTest with withHeaders parameter
- When withHeaders=true, tests configure
StreamsConfig.DSL_STORE_FORMAT_CONFIG to
StreamsConfig.DSL_STORE_FORMAT_HEADERS
This ensures comprehensive test coverage for Interactive Queries across
different
store formats.
--
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]