mesos-rs
mesos-rs copied to clipboard
Mesos bindings using the v1 HTTP API
The default initial implementation supports the traditional callback approach for mesos schedulers, but this may be awkward to deal with for certain types of larger frameworks that may essentially just...
- [ ] https://github.com/spacejam/mesos-rs/issues/3 connect to zk and parse master info from znode - [ ] https://github.com/spacejam/mesos-rs/issues/2 detect master failover in zk
As watches in ZK are unreliable, we need to poll at least sometimes. We can also include a watch in our implementation as an optimization, but a watch can NOT...