[ https://issues.apache.org/jira/browse/APEXCORE-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006246#comment-16006246 ]
Tushar Gosavi commented on APEXCORE-718: ---------------------------------------- Please use us...@apex.apache.org mailing list for asking questions about apex before opening an JIRA. Use JIRA for bug/improvement related to code and documentation. The stream for which exception is thrown is MapData, and the stream is not present in the code snipped you have provided. In general you can't use the same port twice if using addStream api. For sending data to multiple operators you can connected same output port to multiple input ports. dag.addStreams("streamname", outputPorts, in1, in2, in3 ...) You can not connect single input port to multiple output ports. > How to Use one Kafka input operator and Feed to multiple operator > ------------------------------------------------------------------ > > Key: APEXCORE-718 > URL: https://issues.apache.org/jira/browse/APEXCORE-718 > Project: Apache Apex Core > Issue Type: Question > Reporter: ROHIT RAJKUMAR GARG > > I want to read from a topic using the kafka input operator and then feed it > to multiple operator . in short it will be a sort of branch -- This message was sent by Atlassian JIRA (v6.3.15#6346)