Is there a way to connect a single process engine to multiple datasources.
Can someone help on this, please.
For what purpose do you need an engine to connect to more than one DB?
It depends on what you want to achieve, but perhaps this helps. It show how to configure two datasources in a spring boot context. https://docs.camunda.org/manual/7.12/user-guide/spring-boot-integration/configuration/#defaultdatasourceconfiguration
One for the camunda tables and one for your application state.
Patrick
1 Like