Hi,
We have a need of customizing camunda events, authorization/authentication, task/process engine management. We are currently using tomcat based deployment model for engine which is leveraged by more than one customer through APIs and camunda is been centrally managed in terms of deployment/customization.
we were debating we could migrate this to spring boot based module and implement any custom plugins as part of same modules and dockerize so we have one centrally managed modules.
Can you please let us know if there is really an advantage of using spring boot and dockerize since we have custom implementation over reusing docker image of camunda and keep developing our customization as separate modules and add it to docker image.