-
Notifications
You must be signed in to change notification settings - Fork 94
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
Make status port configurable via command line args #380
Conversation
cmd/root.go
Outdated
@@ -58,6 +58,7 @@ var ( | |||
inMemoryMode bool | |||
tableSize int64 | |||
requestUUID string | |||
statusPort uint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the space is too much...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AH
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is github UI issue
Approved review 1214447835 from jingweicb is now dismissed due to new commit. Re-request for approval.
Approved review 1214454464 from shrimalmadhur is now dismissed due to new commit. Re-request for approval.
Fixes # .
Motivation
We need to make status port configurable via command line, so we can run multiple rosetta-cli with status server enabled in same host.
Solution
Support command line args in root.go
Tested with
Open questions