I have a number of streams coming in and i use wso2 to evaluate these stream with rules . Some of these streams can be bundled together as they would be from the same organization . How can i separate my siddhi context based on these different organizations .
So basically what i am looking for is something like this .
siddhimanager.context("context1").defineStream(...)
siddhimanager.context("context2").defineStream(...)
Any help would be highly appreciated Thanks in advance