clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Support API event streams #56

Closed oubiwann closed 8 years ago

oubiwann commented 8 years ago

The Mesos HTTP API requires support for long-lived connections to the scheduler and executor in order to stream events for each of these. In addition, the new operator API also publishes events via long-lived HTTP connections.

Tasks:

Wont do:

The reason that #55 won't be done as part of this feature is that the code for the event handling will actually be landing in different tickets for each individual HTTP API event handler.

Part of epic #2

oubiwann commented 8 years ago

Done.