Skip to content
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

Update some docs around grpc Dial options #1514

Merged

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Update some docs around grpc Dial options because grpc-go deprecated grpc.Dial so we switched to grpc.NewClient that doesn't support some of these dial options because they are anti patterns not recommended by the gRPC team.

https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md

Another thing we could do is add a flag to use the old deprecated client options to help who did rely on these options.

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner June 14, 2024 15:59
@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from cretz June 14, 2024 15:59
internal/client.go Outdated Show resolved Hide resolved
@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 3ceb659 into temporalio:master Jun 20, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants