Chun-Hung Hsiao created MESOS-9380:
--------------------------------------

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


Supporting v1 Executor API over gRPC will enable people to write custom 
executors with more language bindings. The main work includes:
 1. Define the Executor 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 agent code to support both HTTP and gRPC connections to reuse 
most of the current code for HTTP Executor API.
 3. Implement handlers for gRPC calls.



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

Reply via email to