mjsax commented on code in PR #17198: URL: https://github.com/apache/kafka/pull/17198#discussion_r1779663688
########## streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java: ########## @@ -179,8 +178,7 @@ <KR> KStream<KR, V> selectKey(final KeyValueMapper<? super K, ? super V, ? exten * altered arbitrarily). * The provided {@link KeyValueMapper} is applied to each input record and computes a new output record. * Thus, an input record {@code <K,V>} can be transformed into an output record {@code <K':V'>}. - * This is a stateless record-by-record operation (cf. {@link #transform(TransformerSupplier, String...)} for - * stateful record transformation). + * This is a stateless record-by-record operation. Review Comment: Yes, it think we should link to `#process(...)` here, instead of removing (same elsewhere where it make sense). Btw: feel free to skip updating JavaDocs of other deprecated methods which will be remove in follow up PRs of this ticket. -- 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