haoch / flink-siddhi

A CEP library to run Siddhi within Apache Flink™ Streaming Application (Not maintained)
Apache License 2.0
243 stars 96 forks source link

Returning Query Id in Output #16

Open aagupta1 opened 5 years ago

aagupta1 commented 5 years ago

When multiple QueryHandlers sharing the same Output Stream are registered with Siddhi, is there a way to tell which Query triggered the output results ?

Based on the query that triggered the output, I would like to take further action on the query results.

If this feature is not supported currently by the library, how can I add support ? Pointers on getting started would be helpful.

aagupta1 commented 5 years ago

Solved this issue by adding a query name string literal to the Siddhi Query. Closing.