-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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] Add NewClient method to gRPC Client #3312
Labels
Comments
assign me |
@shenqidebaozi I would like to give it a try |
I would like to do this, please assign for me. |
fengyuwusong
added a commit
to fengyuwusong/kratos
that referenced
this issue
May 17, 2024
…kratos#3312) * feat: update grpc v1.63.x * feat: use NewClient method replace Dial in gRPC client * test: update grpc client test case * docs: update README.md
fengyuwusong
added a commit
to fengyuwusong/kratos
that referenced
this issue
May 17, 2024
…kratos#3312) * feat: update grpc v1.63.x * feat: use NewClient method replace Dial in gRPC client * test: update grpc client test case * docs: update README.md
dosubot
bot
added
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Aug 15, 2024
dosubot
bot
removed
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see the FAQ in our main README.md before submitting your issue.
What problem is the feature used to solve?
In the new version of gRPC, the
NewClient
method has been added, and the Dials will be discarded in the future. Therefore, it is necessary to add theNewClient
method to thekratos gRPC client
and discard theDial
tag.Requirements description of the feature
References
The text was updated successfully, but these errors were encountered: