Multiple springboot app using one camunda DB

Howdy !

We are working on an enterprise application using micro services. We will have 2 springboot microservices one for process engine, one for camunda rest apis and so on. Can both these point to the same camunda DB , will there be any issues in having 2 camunda spring boot app pointing to the same DB from a performance perspective.

Should be fine. An idle process engine has pretty much no database load, so it shouldn’t matter if one engine handles all the load, or if two engines handle half of it each.

2 Likes

Thank you … :grinning: