camunda-external-task-client-java icon indicating copy to clipboard operation
camunda-external-task-client-java copied to clipboard

External-Task for Cluster

Open RookieRoll opened this issue 5 years ago • 1 comments

I have multiple instances of the engine,So what can I do to make external-task support cluster access

RookieRoll avatar Dec 02 '19 01:12 RookieRoll

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.

ingorichtsmeier avatar Dec 02 '19 08:12 ingorichtsmeier