Camunda DMN - Live Editing & Clustering

How rule changes are replicated across nodes with LIVE editing in a clustered environment? (for example docker containers deployed on ECS running spring boot with embedded DMN).

Hi @mrajaram,

as the deployment creates a new record in the database and the decision engine is stateless, all other nodes from this clustering model (https://docs.camunda.org/manual/7.12/introduction/architecture/#clustering-model) will pick it up immediately.

Hope this helps, Ingo