-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeebe Test engine should start on a different port #366
Comments
Partially implemented: default port is now a different one. Configuration options not yet implemented. |
Why not making it a random free port? I don't see value in making it configurable - as you do not care about the port at all - it should just not intervene with anything. |
That would work, too. Let's see what Remco prefers when he is back from the retreat |
I quickly asked Remco - and he is OK with a random port |
Description
When I started a local docker-compose for dev, I cannot start the tests and get an error message:
Port 26500 already in use
.It's is very inconvenient for a process automation developer to stop the runtime, run the tests, start the runtime, do the integration test, develop next feature...
The Zeebe engine started by the tests should use a port like 26499, best would to make this configurable.
The text was updated successfully, but these errors were encountered: