We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I already have another service run at 50051 port, and I can't change it.
Support to change default port of 50051, eg: ENV/ARGS.
I want to change the port, but here seems no cli ARGS or ENV to configure it.
I0227 13:39:48.557244 4015617 network_routes_controller.go:310] Starting network route controller time="2025-02-27T13:39:48Z" level=warning msg="listen failed" Error="listen tcp 192.168.2.245:50051: bind: address already in use" Key="192.168.2.245:50051" Topic=grpc time="2025-02-27T13:39:48Z" level=fatal msg="failed to listen grpc port" Err="listen tcp 192.168.2.245:50051: bind: address already in use"
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe
I already have another service run at 50051 port, and I can't change it.
Describe the solution you'd like
Support to change default port of 50051, eg: ENV/ARGS.
Describe alternatives you've considered
I want to change the port, but here seems no cli ARGS or ENV to configure it.
Additional context
The text was updated successfully, but these errors were encountered: