GitHub user chenlica created a discussion: One to N Broadcast Connector (from old wiki)
>From the page >https://github.com/apache/texera/wiki/One-to-N-Broadcast-Connector (may be >dangling) ==== Author(s): [Zuozhi Wang](https://github.com/zuozhi) Reviewer(s): [Chen Li](https://github.com/chenlica) ## Synopsis OneToNBroadcastConnector connects different operators by taking one input operator and providing different output operators the same tuples of the input operator. ## Status As of 8/29/2016: **TO BE REVIEWED** ## Modules ``` edu.uci.ics.texera.dataflow.connector ``` ## Related Issues and Pull Requests ## Description OneToNBroadcastConnector "broadcast" the tuples from an operator to different operators. This connector caches the tuples from input operator in an in-memory list (for now).  GitHub link: https://github.com/apache/texera/discussions/3976 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
