tkaszuba commented on code in PR #12293: URL: https://github.com/apache/kafka/pull/12293#discussion_r901070812
########## streams/src/main/java/org/apache/kafka/streams/TopologyDescription.java: ########## @@ -30,6 +30,7 @@ * In contrast, two sub-topologies are not connected but can be linked to each other via topics, i.e., if one * sub-topology {@link Topology#addSink(String, String, String...) writes} into a topic and another sub-topology * {@link Topology#addSource(String, String...) reads} from the same topic. + * Processors and Transformers created with the Processor API are treated as black boxes and are not represented in the topology graph. Review Comment: ok, updated -- 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