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

RxJava client for Apache Mesos HTTP APIs

Results 5 mesos-rxjava issues
Sort by recently updated
recently updated
newest added

### DC/OS Enterprise Support This is in support of #86 On DC/OS Enterprise, one can run with a strict security mode. In this environment, DC/OS schedulers cannot talk directly to...

RxJava 1.x is in feature-freeze with an end of life scheduled March 2018. Is there a timeline for this project to update to RxJava 2.x? https://github.com/ReactiveX/RxJava/blob/2.x/README.md#version-1x-javadoc

enhancement
blocked by external dependency

https://github.com/mesosphere/mesos-rxjava/issues/79#issuecomment-305647809 Mesos 1.4.0 uses proto3 https://issues.apache.org/jira/browse/MESOS-7228 I think it's time to change dependencies =) https://github.com/mesosphere/mesos-rxjava/issues/79#issuecomment-305647809

I had a short-term requirement to get my mesos-rxjava-based framework onto DC/OS Enterprise with strict security mode. I would like to submit a PR once tests/documentation are in better shape,...

I am not completely familiar with the internals of a Mesos cluster, but I have a question. My settings is simple: 1 AWS EC2 instance running mesos and 1 laptop...