-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature Request] Common external configuration of client connection options #441
Comments
Ok, we're fairly sure we want to combine concepts here. Here are some requirements:
Today we already have
These need to be solved. |
Agree that it would be great to reuse the CLI env file and unify that experience.
Maybe we should just switch to JSON as we don't expect most users to be editing this file manually. That would remove the YAML lib dependency.
Agree, profile might be less confusing but I'm not sure we want to change the terminology for CLI users that already use the feature although now might be the perfect time to make this change since we're redesigning the |
Initial proposal now available at |
Describe the solution you'd like
Will add more as more is discussed. Notes:
NewClientOptionsFromEnvironment()
instead of just assuming when unset to pull from envEDIT: Initial proposal now available at temporalio/proposals#94
The text was updated successfully, but these errors were encountered: