-
Notifications
You must be signed in to change notification settings - Fork 834
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
Multiplex HTTP and gRPC on the executor #1762
Comments
WIP: #1772 |
Executor now takes a single Minimal changes have been made to the Operator to allow for the Executor to multiplex on the port supplied. This functionality does not provide multiplexing from the viewpoint of the Operator - more research on that is needed to work out how best to provide single port multiplexing functionality in the Operator and how that affects areas such as the engine, Ambassador, and Istio. Further changes to the Operator would likely need to propagate all the way to the CRD for them to be useful. Clearly this is quite an expansive body of work which needs to be split up further to be able to be tackled properly. However, as was the goal of this Issue, the Executor as a standalone is now multiplexing on the single |
This issue makes a start on #1628
This package https://github.com/soheilhy/cmux looks like it's allows multiplexing of the type that we need for this issue in the executor. Changes may need to be made to the operator too.
The text was updated successfully, but these errors were encountered: