mjsax commented on code in PR #18705: URL: https://github.com/apache/kafka/pull/18705#discussion_r1929509533
########## streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java: ########## @@ -960,126 +960,65 @@ KTable<K, V> toTable(final Named named, final Materialized<K, V, KeyValueStore<Bytes, byte[]>> materialized); /** - * Group the records of this {@code KStream} on a new key that is selected using the provided {@link KeyValueMapper} - * and default serializers and deserializers. + * Group the records by their current key into a {@link KGroupedStream} while preserving the original values. Review Comment: Reordered methods starting with `groupByKey()`, thus JavaDocs changes. -- 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