mjsax commented on code in PR #18721: URL: https://github.com/apache/kafka/pull/18721#discussion_r1936153459
########## streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java: ########## @@ -2213,7 +2213,7 @@ <VTable, VOut> KStream<K, VOut> join(final KTable<K, VTable> table, final Joined<K, V, VTable> joined); /** - * Join records of this stream with {@link KTable}'s records using non-windowed left equi-join with default + * Join records of this stream with {@link KTable}'s records using non-windowed left equi join with default Review Comment: Yes, just reverted here to avoid conflicts in follow up PRs. -- 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