I want to get feedback on the plans we have on using camunda engine within our platform
- Create a camunda process engine cluster by running it using spring boot backed up by single MYSQL database
- All the microservices call the camunda cluster through ELB to access the camunda services like task lists, cockpit and all the rest APIs related to tasks
Is spring boot + camunda engine is the right option for creating clusters or should we go with application server + camunda deployment? I want to know PROS and CONS of these models. How do we make this decision considering our application services are outside of this deployment and access camunda through REST API?
When it comes to enterprise support is all the type of deployment gets supported? How will the licensing works if the we are choosing spring boot + camunda engine deployment model? Is all the enterprise features will work in this deployment model?