mock-server / mockserver

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
http://mock-server.com
Apache License 2.0
4.61k stars 1.08k forks source link

Support for gRPC #1371

Closed rbroggi closed 2 years ago

rbroggi commented 2 years ago

Describe the feature request Support for gRPC in mockserver

What you are trying to do Same functionalities as http but for grpc layer. gripmock has some interesting ideas but it's not as mature as mockserver and the set of features is smaller.

The solution you'd like This is an open ended question which would be clarified if the team decide to support this

Describe alternatives you've considered If they exist, describe any alternative solutions you've considered.

jamesdbloom commented 2 years ago

I agree that makes sense but is very complex to implement especially given the way MockServer has been implemented without this support.

This feature request has been accepted, new feature requests are prioritised on Trello, so closing issue in GitHub, only bugs or unaccepted feature requests will stay in GitHub, so that new feature backlog can be more effectively managed, see: https://trello.com/c/W7uFj4GD/192-support-for-grpc

However when this feature is implemented this issue will be checked so please continue any conversation related to this issue here.

manu1993 commented 1 year ago

Is there any update for adding gRPC support as enhancement?