Setup two Camunda clusters on a single machine

Hi,

I am trying to setup two camunda versions on my local windows machine.
I have downloaded the required zips from the camunda github repo for version 8.2.0 and 8.5.0 with elasticsearch versions 8.2.3 and 8.5.0 respectively.

I am able to run the 8.2.0 version i.e. all the components like elasticsearch, zeebe broker, tasklist and operate as well.

But while the 8.2.0 setup is running, I am not able to run the 8.5.0 setup.

For 8.5.0, I updated the configs like cluster-name, node-name and port for elasticsearch 8.5.0 and also updated the broker, tasklist and operate configs accordingly.
The elasticsearch version 8.5.0 runs fine but when I try to run the broker, I am getting error as:
‘Web server failed to start. Port 9600 was already in use’

The broker uses this port for actuator and I tried to change it using multiple options like:
management.server.port,
zeebe.broker.network.monitoringApi.port

But none of them are working, I am still getting the same error.

Not sure how to resolve this issue.
Is there any way I can run both of the versions on my machine?

Any help or guidance is appreciated.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.