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 19:16:01 UTC

[jira] [Created] (MESOS-9379) Support v1 Operator API over gRPC.

Chun-Hung Hsiao created MESOS-9379:
--------------------------------------

             Summary: Support v1 Operator API over gRPC.
                 Key: MESOS-9379
                 URL: https://issues.apache.org/jira/browse/MESOS-9379
             Project: Mesos
          Issue Type: Task
          Components: master
            Reporter: Chun-Hung Hsiao


Supporting v1 Operator API over gRPC will enable people to interact with Mesos through more language bindings. The main work includes:
1. Define the Operator gRPC service in {{service.proto}}. The proto will be in proto3, but the request and response messages will still be in proto2, since this is what the current v1 API based on.
2. Refactor the master code to support both HTTP and gRPC connections to reuse most of the current code for HTTP Operator API.
3. Implement handlers for gRPC calls.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)