You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
Knative does not yet support gRPC. Including it in the invoker only slows down npm install and startup times. Once Knative has support for gRPC, the protobuf format will likely be different, so we're need to update much of the gRPC support anyway.
While http will become the only supported protocol, we do intend to add other protocols in the future, so maintaining the protocol decoupling in the invoker is important.
Knative does not (yet) support gRPC. Since only HTTP is supported,
including any other protocol is pure overhead. Once Knative Serving has
support for gRPC, we'll restore support here. Even then, Knative
Eventing will use a different proto, so the existing gRPC support
wouldn't work anyway.
The facilities for supporting multiple protocols remain in place, even
though only HTTP is supported at the moment.
Fixesprojectriff#65
scothis
added a commit
to scothis/node-function-invoker
that referenced
this issue
Nov 1, 2018
Knative does not (yet) support gRPC. Since only HTTP is supported,
including any other protocol is pure overhead. Once Knative Serving has
support for gRPC, we'll restore support here. Even then, Knative
Eventing will use a different proto, so the existing gRPC support
wouldn't work anyway.
The facilities for supporting multiple protocols remain in place, even
though only HTTP is supported at the moment.
Fixesprojectriff#65
Knative does not yet support gRPC. Including it in the invoker only slows down npm install and startup times. Once Knative has support for gRPC, the protobuf format will likely be different, so we're need to update much of the gRPC support anyway.
While http will become the only supported protocol, we do intend to add other protocols in the future, so maintaining the protocol decoupling in the invoker is important.
Refs knative/serving#813
The text was updated successfully, but these errors were encountered: