mjsax commented on code in PR #18115:
URL: https://github.com/apache/kafka/pull/18115#discussion_r1880765248
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java:
##########
@@ -1366,6 +1393,19 @@ public AutoOffsetResetStrategy offsetResetStrategy(final
String topic) {
}
}
+ private boolean findDuration(final String topic, final Set<Duration>
resetDuration) {
Review Comment:
I don't link the `findAny()` part, as I wand to verify that we find not more
than one item. But overall a good idea and I will adopt it.
--
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]