apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

add correlation persistence support for mongodb and infinispan #3469

Open deepakkapoor23 opened 2 months ago

deepakkapoor23 commented 2 months ago

Description

save the correlation ids from cloudevent in db and use them to lookup process id

Implementation ideas

add an implementation for mongodb and infinispan similar to PostgreSQLCorrelationService