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

Restoring controlevent state from savepoint or checkpoint #38

Open pranjal0811 opened 5 years ago

pranjal0811 commented 5 years ago

Hi Hoach,

I am using flink siddhi wrapper for the dynamic rule. when I try to restore my job from savepoint or restarting the job from failure by checkpointing. I am not able to recover the rules from the state.

Do this wrapper support state management? So, that we can recover the rule from the savepoint.

Thanks, Pranjal

haoch commented 5 years ago

Yes, it supports state management. What's the error by your side? The recovering error is caused from flink side or siddhi internal?