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

Inserting stream definitions just before the query to preserve app le… #37

Closed Dr0na closed 5 years ago

Dr0na commented 5 years ago

…vel annotations

Currently, the query is simply appended to stream definitions. If the query has annotations then the query becomes invalid. Hence the fix.