-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add service specific dial options in rpc factory #8317
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
base: main
Are you sure you want to change the base?
Conversation
Please do not link internal tickets/PRs in OSS |
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.
it will be better if we can have some tests using non-empty per-service dial options
common/resource/fx.go
Outdated
} | ||
|
||
func getFrontendConnectionDetails( | ||
func GetFrontendConnectionDetails( |
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.
nit: no longer need to export this?
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.
yea, will update along with unit tests
23999c4
to
28a3a75
Compare
What changed?
This change introduces options for custom dial options per Service Name. No behavior will change in OSS temporal.
How did you test it?
Link to a test plan if any -