I am trying to setup Camunda homogeneous cluster with 2 nodes. Is there a guide with steps which I need to follow?
Is there any config change which needs to be done on Camunda setup on each node (something like mentioned here: We've moved! | docs.camunda.org ). or its just 2 Camunda Nodes behind a load balancer (with sticky sessions) and a Shared Database (to manage process state).
Sounds like what you’ve described should work just fine. sticky sessions are only needed if you’re using the webapps. but if you just point 2 nodes at the same DB they become clustered. There isn’t any additional setup.
@Niall thank you for the reply. Also, I would like to put 2 more questions:
If 1 node is Down, still our process will run as our database is shared and another node still can respond. This is known as failover clustering for camunda? Also how can we achieve active/active clustering?
Is this configuration works fine Camunda -> MariaDB MaxScale -> MariaDB Cluster?