brandboat commented on code in PR #17129: URL: https://github.com/apache/kafka/pull/17129#discussion_r1750381106
########## streams/src/main/java/org/apache/kafka/streams/kstream/ForeachProcessor.java: ########## @@ -19,6 +19,10 @@ import org.apache.kafka.streams.processor.api.Processor; import org.apache.kafka.streams.processor.api.Record; +/** + * @deprecated Since 4.0. Use {@link org.apache.kafka.streams.kstream.internals.ForeachProcessor} instead. Review Comment: Indeed, this class should be only for internal usage. I'll remove the description `Use {@link org.apache.kafka.streams.kstream.internals.ForeachProcessor} instead.`, thanks. -- 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