Hi , is there a way I can change the grpc request ...
# pact-jvm
s
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
That's the standard form that gRPC uses. Why would you need to change this?
s
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
Ok, so with the package name removed, the paths would be /Servicename/methodName?
s
Yes
Is this something which can be added?
u
No, it needs a code change to support dropping the package
s
Yes I know:-) what I meant is a feature request? Should I go ahead and raise a feature request?
u
Yes
s
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.
We have a lot of services which are bidirectional