Hi , is there a way I can change the grpc request path. By default the plugin picks up the path as /packagename.Servicename/methodName?
u
uglyog
08/15/2023, 11:02 PM
That's the standard form that gRPC uses. Why would you need to change this?
s
Sandy
08/16/2023, 10:56 AM
One of the server side implementation is in c++ and they haven't set the package name in the proto and this is causing the issue
u
uglyog
08/16/2023, 11:17 PM
Ok, so with the package name removed, the paths would be /Servicename/methodName?
s
Sandy
08/17/2023, 6:09 AM
Yes
Sandy
08/17/2023, 6:10 AM
Is this something which can be added?
u
uglyog
08/17/2023, 11:17 PM
No, it needs a code change to support dropping the package
s
Sandy
08/18/2023, 6:50 AM
Yes I know:-) what I meant is a feature request? Should I go ahead and raise a feature request?
u
uglyog
08/18/2023, 7:05 AM
Yes
s
Sandy
08/18/2023, 12:54 PM
Thanks have raised a feature request. Also what is the plan to support grpc streaming. Because in the readme it just says grpc streaming might be supported.