Doesn't go-micro support lowercase grpc method name in proto ? #2697
Unanswered
PerfecterDay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @asim , I have a proto file defined a rpcc service below :
in xxx.pb.micro.go,
Handle
method generated. And I have debug a little, find out go-micro use reflect to get the service name and method, and then register them in somewhere.but I see in xxx.pb.micro.go, it use lowercase method to gennerate request. This will lead 'unknown service Greeter.handle'
So my question is does go-micro only support uppercase name ? Any suggetion will be appreciate
Beta Was this translation helpful? Give feedback.
All reactions