fonsdant commented on code in PR #17266: URL: https://github.com/apache/kafka/pull/17266#discussion_r1850469033
########## streams/src/main/java/org/apache/kafka/streams/kstream/ValueTransformer.java: ########## @@ -44,6 +44,8 @@ * @param <VR> transformed value type * @see ValueTransformerSupplier * @see ValueTransformerWithKeySupplier + * @see KStream#transformValues(ValueTransformerSupplier, String...) + * @see KStream#transformValues(ValueTransformerWithKeySupplier, String...) Review Comment: Yes! Sorry, I have missed this after `git reset`. -- 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