Camunda 7 - multi tenancy with 1 process engine / tenant

@ad_sahota is correct. Camunda will probably tell you that their officially supported path in Spring boot is a single engine per app instance.

We did indeed set up single instance per customer in Kubernetes cluster. We fronted them with nginx proxy to direct traffic correctly.