-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Direct connection (non-proxy) mode #10
Comments
We are refactoring and improving the functions and documentation of mediator, please pay attention to our follow-up updates. But maybe before refactoring I can also provide this functionality |
Sounds great (either ways, before/after refactoring) ! Thanks for doing this project, (although we couldn't use Mediator due to this issue) it looks great and almost just what we need! |
I have some question for it.
|
Thanks for asking! Let me describe our setup first
And we would like to put a gRPC proxy debugger between step 3 and 4 on the development path for debugging. To answer your question:
Useful features for us
Proxide checked most of the boxes, though critically, it didn't support proto Server reflection and the latest proto 3 spec, so we couldn't use that. And |
Similar to https://github.com/Rantanen/proxide#direct-connection-to-proxide , it would be convenient to have a direct connection mode, so that Mediator can be used even when we don't have a great control over client configurations / cumbersome to change them.
The text was updated successfully, but these errors were encountered: