Anand Mazumdar created MESOS-4608:
-------------------------------------
Summary: Consider deprecating `slave(1)` delegate in favor of
`slave` on Agent
Key: MESOS-4608
URL: https://issues.apache.org/jira/browse/MESOS-4608
Project: Mesos
Issue Type: Improvement
Components: HTTP API
Reporter: Anand Mazumdar
Historically, we were using a {{slave(1)}} delegate on the agent while
initializing {{libprocess}}. This meant that all root HTTP requests to agent
{{ip:port}} were forwarded to {{slave(1)}} route.
With MESOS-4255, we added the ability to pass in the process ID to the agent
constructor. Hence, we should now be able to use {{slave}} as the delegate
instead of {{slave(1)}}.
This would however need to go through a deprecation cycle as there might be
existing users relying on the {{slave(1)}} endpoint.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)