You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to support resolvers, including the one that round-robin between known frontends. This will let us remove hacks like WorkflowServiceStubsOptions#grpcReconnectFrequency that forcefully reestablish connections to achieve load balancing.
Go SDK recently implemented changes in gRPC connection and request configurations.
Find more details here:
https://pkg.go.dev/go.temporal.io/sdk/internal#ClientOptions
https://github.com/grpc/grpc/blob/master/doc/load-balancing.md
We need to support resolvers, including the one that round-robin between known frontends. This will let us remove hacks like
WorkflowServiceStubsOptions#grpcReconnectFrequency
that forcefully reestablish connections to achieve load balancing.Internal discussion in company's slack: https://temporaltechnologies.slack.com/archives/C01FG4BRQVB/p1637267948416500
gRPC Load balancing doc:
https://github.com/grpc/grpc/blob/master/doc/load-balancing.md
Related task in GoSDK:
temporalio/sdk-go#577
Related task: #815
The text was updated successfully, but these errors were encountered: