haoch / flink-siddhi

A CEP library to run Siddhi within Apache Flink™ Streaming Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Returning Query Id in Output

aagupta1 opened this issue · comments

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.

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