Re: [CEP] State compatibility when a pattern is modified

2022-07-04 Thread Dian Fu
Hi Nicolas, The state isn't compatible, besides, as the partial matches will also not be dropped and so the behavior is undefined. The original events will be dropped after being evaluated and so when the pattern changes, there is no way to evaluate them against the new pattern. Regards, Dian On

[CEP] State compatibility when a pattern is modified

2022-07-04 Thread Nicolas Richard
Hello! What happens to partial matches if I deploy a new version of a CEP application with a modified pattern. * Application v1 looks for pattern a b c * Application v2 looks for pattern a b+ d c Is state compatible? Are partial matches dropped when a new version of an application is