-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
support gRPC streams in addition to HTTP #813
Comments
It looks like the PR to update to the latest Istio version (#1228) does not support gRPC out of the box. All the requests are sent using HTTP1 instead of the expected h2c. |
FWIW, golang/go#25363 has been closed, which means that h2c support has landed in |
Awesome thanks for the update - I’ll take a look at this issue again this
week
…On Mon, Jul 30, 2018 at 18:40 Evan Anderson ***@***.***> wrote:
FWIW, golang/go#25363 <golang/go#25363> has
been closed, which means that h2c support has landed in
golang.org/x/net/http2/h2c.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABIghSsixCm7hofavWRZWnsZ5SlqSRIks5uL4tLgaJpZM4TzQxM>
.
|
/area networking Is this a duplicate of: #707 If not, how is it different? /remove-area API I'm removing the API area for now because the control-plane implications are not clear. If we need control plane changes, then please detail them and add back the label (maybe in a dedicated issue, since this feels like a meta-tracking-issue for an epic). |
/area API
/kind dev
If Elafros defines a gRPC service that passes messages via bidirectional streams, any binding for that gRPC service could be used several ways:
For example:
Since gRPC traffic can be handled by Istio/Envoy, the management of traffic, policies, etc. should be consistent.
The goal of this issue is to establish the need for the foundational primitive that enables building higher level streaming constructs. From a platform implementer’s perspective, the domain of stream processing can lead to many challenges. It may not necessarily be within the realm of Elafros to address those challenges directly, but Elafros should provide the building blocks that enable streaming systems to be built in a way that aligns with the paradigm shift in developer experience being driven by serverless functions.
The text was updated successfully, but these errors were encountered: