Zhitao Li created MESOS-4052:
--------------------------------

             Summary: Simple hook implementation proxying out to another daemon 
process
                 Key: MESOS-4052
                 URL: https://issues.apache.org/jira/browse/MESOS-4052
             Project: Mesos
          Issue Type: Wish
          Components: modules
            Reporter: Zhitao Li
            Priority: Minor


Right now, if Mesos user needs hooks like slavePreLaunchDockerHook, they would 
need to maintain the compiling, building and packaging of a dynamically linked 
library in c++ in house.

Designs like [Docker's Volume 
plugin|https://docs.docker.com/engine/extend/plugins_volume/] simply requires 
user to implement a predefined REST API in any language and listen at a domain 
socket. This would be more flexible for companies that does not use c++ as 
primary language.

This ticket is exploring the possibility of whether Mesos could provide a 
default module that 1) defines such API and 2) proxies out to the external 
agent for any heavy lifting.

I'm more than happy to work on this than maintain this hook in house in the 
longer term.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to