This message was deleted.
# help
s
This message was deleted.
n
to reproduce the issue use https://github.com/Navjotsingh25/GRPC_demo and hit the greeting3 in GreetingService
👀 1
can anybody please help me here
t
I think I’ve fixed this issue here, albeit in a slightly hacky way: https://github.com/wiremock/wiremock-grpc-extension/pull/32 Would appreciate any feedback/confirmation it works in your environment.
n
Hi @Tom how we can do this in stand alone server. Is there can be any way the any type Request get unpack on the bases of its descriptor file and its response get pack to any type Grpc response
t
If you’re configuring from JSON (rather than the Java DSL) you need to include the
@type
element e.g. in: https://github.com/wiremock/wiremock-grpc-extension/blob/any-type-issue/src/test/java/org/wiremock/grpc/GrpcAcceptanceTest.java#L313
The Any support isn’t released yet so you’d need to build the grpc extension from the PR I mentioned earlier in this thread
n
thanks Tom