This message was deleted.
# announcements
s
This message was deleted.
👀 1
🙌 1
a
Does it support proxing and recording for grpc?
t
Good question - sadly no, not yet.
👍 1
There are are a number of things still missing that I think people will want hence the 0.1.0 version.
But the intention is to keep working on it, and obviously all contributions are very welcome.
a
I've got my open project. One is enough, not having time even for that. :) What I can tell that I did it at work for very limited needs by putting grpcToHttpProxy infront and httpToGrpcProxy in back. lt works but only unary calls are handled. I used HttpServer and HttpClient from jdk so even didn't have to add any dependencies. I make POST call with service and grpc method name in the url and then forward based on service prefix and parse based on method to deconstruct grpc request and response.
t
OK, that sounds like it could be workable in WireMock. Would be nice to figure out how to make streaming work also (this is supported already via stubbing, up to a point).
👍 1