d2iq-archive / mesos-rxjava

RxJava client for Apache Mesos HTTP APIs
Apache License 2.0
42 stars 27 forks source link

Uri config #23

Closed BenWhitehead closed 9 years ago

BenWhitehead commented 9 years ago

Update MesosSchedulerClient to take a URI for the connection to mesos.

This makes the client more friendly to having credentials provided as well as allowing to connect to mesos through a reverse proxy.

Should merge after #22