mjsax commented on code in PR #18402: URL: https://github.com/apache/kafka/pull/18402#discussion_r1984243959
########## streams/src/main/java/org/apache/kafka/streams/kstream/JoinWindows.java: ########## @@ -221,7 +221,7 @@ public long size() { * @return this updated builder * @throws IllegalArgumentException if the {@code afterWindowEnd} is negative or can't be represented as {@code long milliseconds} * @throws IllegalStateException if {@link #grace(Duration)} is called after {@link #ofTimeDifferenceAndGrace(Duration, Duration)} or {@link #ofTimeDifferenceWithNoGrace(Duration)} - * @deprecated since 3.0. Use {@link #ofTimeDifferenceAndGrace(Duration, Duration)} instead + * @deprecated Since 3.0. Use {@link #ofTimeDifferenceAndGrace(Duration, Duration)} instead. Review Comment: Thanks for paying attention! We decided to keep this old API on purpose and not remove with 4.0. Cf https://issues.apache.org/jira/browse/KAFKA-13813 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org