-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48879/
-----------------------------------------------------------
(Updated June 21, 2016, 1:38 a.m.)
Review request for mesos, Vinod Kone and Zhitao Li.
Changes
-------
Addressed review comments from Vinod. NNFR
Bugs: MESOS-5609
https://issues.apache.org/jira/browse/MESOS-5609
Repository: mesos
Description
-------
This change sets the initial scaffolding in place allowing
a client to subscribe to events via the '/api/vX' endpoint.
Currently, only two events are supported i.e. `TASK_ADDED`/
`TASK_UPDATED`.
Diffs (updated)
-----
src/master/http.cpp ccf0a4e1e6c6f004c7890cc142206f09e76a76c3
src/master/master.hpp 50230397dcf52219fd4ed98dd1107bf53790478d
src/master/master.cpp 1971e9bf3875ceb117130b84533dc37873ca60df
Diff: https://reviews.apache.org/r/48879/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar