A CEP stream is an unidirectional flow of events from input to the output with events participating in incremental operations as they flow through the query. There are many instances where we need to replicate a stream and use each replica to perform a different computation or analysis, and then correlate these streams to derive some insight. StreamInsight provides a multicast operator to replicate a stream. We will see examples of the multicast operation in the next section on Joins.