Skip to content
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

Multi deployer support for gRPC and raw TCP traffic #792

Open
rgrandl opened this issue Aug 16, 2024 · 2 comments
Open

Multi deployer support for gRPC and raw TCP traffic #792

rgrandl opened this issue Aug 16, 2024 · 2 comments

Comments

@rgrandl
Copy link
Collaborator

rgrandl commented Aug 16, 2024

In the current implementation of the multi-deployer, we have an HTTP proxy that receives the requests handled by the listener. Whenever a request is received, it is forwarded by the HTTP proxy to one of the main backends.

However, if users send gRPC or raw TCP requests to the listener, the HTTP proxy will reject them due to malformed messages. We should enhance our multi deployer to make the proxy capable of handling not only HTTP traffic.

@wind-c
Copy link

wind-c commented Aug 22, 2024

Good!
Me really looking forward!

@wind-c
Copy link

wind-c commented Aug 28, 2024

@rgrandl , what is the progress so far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants