mesos-rs icon indicating copy to clipboard operation
mesos-rs copied to clipboard

Mesos bindings using the v1 HTTP API

Results 4 mesos-rs issues
Sort by recently updated
recently updated
newest added

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...

enhancement

- [ ] 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

enhancement
help wanted

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...