Niklas Quarfot Nielsen created MESOS-2060:
---------------------------------------------
Summary: Add support for 'hooks' in task launch sequence
Key: MESOS-2060
URL: https://issues.apache.org/jira/browse/MESOS-2060
Project: Mesos
Issue Type: Task
Components: modules
Reporter: Niklas Quarfot Nielsen
Similar to Apache Modules, hooks allows module writers to tie into internal
components which may not be suitable to be abstracted entirely behind modules
but rather let's them define actions on so-called hooks
(http://httpd.apache.org/docs/2.2/developer/hooks.html).
In Apache Web Server, this lets people tie into the request processing cycle,
in Mesos one place interesting place to start could be pre and post actions for
master and slave task launch sequence.
Examples could be external statistics/metrics gathering, security
infrastructure etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)