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 Mon, Jul 4, 2022 at 10:11 PM Nicolas Richard <nicolas.rich...@goto.com>
wrote:

> 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 deployed? Are they reevaluated against the new pattern and
> dropped if they’re not considered a match anymore?
>
>
>
> Thanks a lot!
>
>
>
> Nicolas
>
>
>

Reply via email to