Running camunda workflow in embedded mode

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)

  1. JDK Version 15.0.1

  2. Property file of my application-

Camunda-Property File.txt (4.7 KB)

You can put a load balance in front of the nodes and simply round-robbin requests.
Depending on the throughput you have and how often you create jobs in the engine you might also want to change the process engine properties to picking more or less work (depending) but you only need to do that if you’re having a problem, i more cases you don’t need to touch anything.