mjsax commented on code in PR #18705: URL: https://github.com/apache/kafka/pull/18705#discussion_r1929509877
########## streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamImpl.java: ########## @@ -678,48 +678,48 @@ public KTable<K, V> toTable(final Named named, } @Override - public <KR> KGroupedStream<KR, V> groupBy(final KeyValueMapper<? super K, ? super V, KR> keySelector) { Review Comment: Just re-ordering method to align to `KStream` interface order, plus updating `<KR>` to `<KOut>` -- 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