ServiceWeaver / weaver

Programming framework for writing and deploying cloud applications.
https://serviceweaver.dev
Apache License 2.0
4.79k stars 232 forks source link

Multi deployer support for gRPC and raw TCP traffic #792

Closed rgrandl closed 6 days ago

rgrandl commented 2 months ago

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 commented 2 months ago

Good! Me really looking forward!

wind-c commented 2 months ago

@rgrandl , what is the progress so far?

rgrandl commented 6 days ago

This work has been deprioritized, and we are currently focused primarily on addressing any critical issues.