Chun-Hung Hsiao created MESOS-9373:
--------------------------------------
Summary: Design gRPC server and streaming support in Libprocess.
Key: MESOS-9373
URL: https://issues.apache.org/jira/browse/MESOS-9373
Project: Mesos
Issue Type: Task
Components: libprocess
Reporter: Chun-Hung Hsiao
Currently libprocess only supports gRPC client for unary gRPC calls throughÂ
MESOS-7749. To have full gRPC support to enable V1 gRPC API, we have to lay out
the design for:
1. gRPC server support for unary gRPC calls.
2. gRPC server-to-client support.
Optionally, we could consider support the following:
3. gRPC client-to-server streaming support. Mesos API does not use this pattern
currently.
4. gRPC bi-directional streaming support. Only very few API calls use this so
not as important as above.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)