chia7712 commented on code in PR #17129: URL: https://github.com/apache/kafka/pull/17129#discussion_r1750375038
########## 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: This description is a bit weird since we expect users should NOT use this class anymore. Also, user should NOT access the classes in `internals` package. -- 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