In SiddhiQL how is it possible to insert into multiple streams with same condition?
When i have two correlated events (event1 and event2) and want to insert event1 in streamA; insert event2 in streamB; insert abstractEvent in streamC.
Do i have to write three Siddhi queries ?
Thank you.