camunda-external-task-client-java
camunda-external-task-client-java copied to clipboard
External-Task for Cluster
I have multiple instances of the engine,So what can I do to make external-task support cluster access
Hi @RookieRoll,
you should configure a load balancer for all requests and distribute them to your engines. Have a look at the docs for further details about the clustering model: https://docs.camunda.org/manual/7.12/introduction/architecture/#clustering-model.