UladzislauBlok commented on code in PR #23134:
URL: https://github.com/apache/kafka/pull/23134#discussion_r3764512669
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/OptimizedKTableIntegrationTest.java:
##########
@@ -222,4 +224,23 @@ private Properties streamsConfiguration(final String
safeTestName) {
config.put(ConsumerConfig.SESSION_TIMEOUT_MS_CONFIG, 1000);
return config;
}
+
+ private static class FixedPartitionPartitioner implements
StreamPartitioner<Integer, Object> {
Review Comment:
I mentioned it. Just wandering if 4 occurrences is enough to extract it
Don't think we expect any more uses of this partitoner + after 5.0 we're
going to remove it (and we could back to lambda syntax)
--
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]