the service name "Service" in proto files #17951
Unanswered
saturnliuSG
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't think the SDK should change its services name because the C++ proto generator is buggy. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I notice that in many cosmos proto files, the grpc service name is defined as "Service". The problem is this will cause name collisions if i try to generate the c++ codes. a simple issue is raised here to grpc grpc/grpc#29617.
But i just wondering if you would consider rename these services to some other more specific name?
Thanks,
Zhiqiang
// an example.
service Service {...
},
Beta Was this translation helpful? Give feedback.
All reactions