go-kratos / kratos

Your ultimate Go microservices framework for the cloud-native era.
https://go-kratos.dev
MIT License
23.18k stars 4k forks source link

[Feature] Add NewClient method to gRPC Client #3312

Closed shenqidebaozi closed 1 month ago

shenqidebaozi commented 5 months ago

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

Ccheers commented 5 months ago

assign me

vaisakh-prod commented 5 months ago

@shenqidebaozi I would like to give it a try

fengyuwusong commented 4 months ago

I would like to do this, please assign for me.