You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chun-Hung Hsiao (JIRA)" <ji...@apache.org> on 2018/11/08 18:41:00 UTC

[jira] [Created] (MESOS-9373) Design gRPC server and streaming support in Libprocess.

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)