vvcephei commented on a change in pull request #10869:
URL: https://github.com/apache/kafka/pull/10869#discussion_r654106893



##########
File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
##########
@@ -1558,7 +1558,7 @@ void to(final TopicNameExtractor<K, V> topicExtractor,
      * @param windows     the specification of the {@link JoinWindows}
      * @param <VO>        the value type of the other stream
      * @param <VR>        the value type of the result stream
-     * @return a {@code KStream} that contains join-records for each key and 
values computed by the given
+     * @return a {@code KStream} that contains 
join-recordshttps://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
 for each key and values computed by the given

Review comment:
       yikes! Middle-click strikes again. At least it wasn't my password.
   
   Thanks for the catch!

##########
File path: streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
##########
@@ -1558,7 +1558,7 @@ void to(final TopicNameExtractor<K, V> topicExtractor,
      * @param windows     the specification of the {@link JoinWindows}
      * @param <VO>        the value type of the other stream
      * @param <VR>        the value type of the result stream
-     * @return a {@code KStream} that contains join-records for each key and 
values computed by the given
+     * @return a {@code KStream} that contains 
join-recordshttps://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
 for each key and values computed by the given

Review comment:
       ```suggestion
        * @return a {@code KStream} that contains join-records for each key and 
values computed by the given
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to