Cb-tumblebug: Dynamic config for server port

Created on 9 Sep 2021  Â·  6Comments  Â·  Source: cloud-barista/cb-tumblebug

What would you like to be enhanced
: Dynamic config for server port (REST api server for this moment)

Why is this needed
: Sometimes users want to use custom port

Proposed solution

enhancement help wanted

All 6 comments

/help

Can't we require the user to pass, for example, --port=1323 ? We can utilize flag package for parsing command line arguments.
If the user doesn't give a port, we can use a default port such as 1323.
¯_(ツ)_/¯

@betelgeuse-7 Thank you for the suggestion !
I'd like to invite you to resolve this Issue ! (if you are available)

I think your suggestion is a better solution. :)

I hope to hear @jihoon-seo 's opinion though to check there are no other concerns.
PTAL: @jihoon-seo

/assign @betelgeuse-7

Okay. I am going to try to add this feature tomorrow. :)

This issue is resolved by the PR #802.

Was this page helpful?
0 / 5 - 0 ratings