mjsax commented on code in PR #21736:
URL: https://github.com/apache/kafka/pull/21736#discussion_r2934552582
##########
streams/src/test/java/org/apache/kafka/streams/state/internals/MeteredTimestampedKeyValueStoreWithHeadersTest.java:
##########
@@ -497,4 +498,259 @@ private KafkaMetric metric(final String name) {
private KafkaMetric metric(final MetricName metricName) {
return this.metrics.metric(metricName);
}
+
+ @Test
+ @SuppressWarnings("unchecked")
+ public void shouldUseHeadersFromValueToDeserializeKeyInRange() {
+ setUp();
+
+ final Serde<String> keySerde = mock(Serde.class);
Review Comment:
I just see on https://github.com/apache/kafka/pull/21734 from Bill, that he
extracted a helper `createStoreWithMockSerdes` -- seems we could do the same on
this test? Maybe also go back to the window-header store test and do the same?
--
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]