I am currently a part of a project which is developed using custom services and camunda services as a part of code.
Now currently we are intending to run our services on 4 different nodes using the same database but currrently our service is only running on one node and is not running on the rest 3 nodes.
what can we do to make sure that the services also run on the other 3 nodes in a load balanced mode?
If i understood correctly. you are running Camunda as Shared Process Engine on tomcat or jboss on premise. Each instance is running on dedicated nodes(machines). Each machine is sharing the same DB. All the nodes are front-ended by LB like ha-proxy or nginx.
I am currently a part of a project which is developed using custom services and camunda services as a part of code.
Now currently we are intending to run our services on 4 different nodes using the same database but currrently our service is only running on one node and is not running on the rest 3 nodes.
what can we do to make sure that the services also run on the other 3 nodes in a load balanced mode or an embedded mode.