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?
Follwing are some important details regarding the same-
1)Database - Oracle
2)My Application POM-Camunda-Workflow-POM.txt (4.1 KB)
3)Log file of the deployed application-
workflowservice.log (334.0 KB)
-
JDK Version 15.0.1
-
Property file of my application-
Camunda-Property File.txt (4.7 KB)