aliehsaeedii commented on code in PR #21643:
URL: https://github.com/apache/kafka/pull/21643#discussion_r2901989398
##########
streams/src/test/java/org/apache/kafka/streams/state/internals/TimestampedKeyValueStoreBuilderWithHeadersTest.java:
##########
@@ -192,9 +208,30 @@ public void shouldThrowNullPointerIfMetricsScopeIsNull() {
}
@Test
- public void shouldThrowUsingIQv2ForInMemoryStores() {
+ public void shouldThrowWhenPlainKeyValueStoreIsProvided() {
Review Comment:
I think this PR: https://github.com/apache/kafka/pull/21666 solves this
issue?! This test must be removed/changed when th mentioned PR is merged.
--
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]