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 the NewClient method to the kratos gRPC client and discard the Dial tag.
Requirements description of the feature
References
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
NewClientmethod has been added, and the Dials will be discarded in the future. Therefore, it is necessary to add theNewClientmethod to thekratos gRPC clientand discard theDialtag.Requirements description of the feature
References