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

Null pointer with Control stream #74

Open SMART2016 opened 3 years ago

SMART2016 commented 3 years ago

hi @haoch ,

  I am getting Null-pointer exception when using control stream and publishing data through kafka to input stream. When I debugged I found that somehow the EventListener( SiddhiStreamOperator --> AbstractSiddhiOperator) siddhiRuntimeHandlers map is empty and doesn't have the added rule from the control stream. 

Steps:

Any help will be great.

Regards Dipanjan