Chun-Hung Hsiao created MESOS-9378:
--------------------------------------
Summary: Support v1 Agent API over gRPC.
Key: MESOS-9378
URL: https://issues.apache.org/jira/browse/MESOS-9378
Project: Mesos
Issue Type: Task
Components: agent
Reporter: Chun-Hung Hsiao
Supporting v1 Agent API over gRPC will enable people to query the agent with
more language bindings, and the UI can be based on gRPC. The main work includes:
1. Define the Agent 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. Implement handlers for gRPC calls to delegate them to the original agent
call handlers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)