mesosphere / mesos-rxjava

RxJava client for Apache Mesos HTTP APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify configuration of MesosSchedulerClient

cruhland opened this issue · comments

Given that the API server can change (see #14), among other situations, what is the simplest way to configure the MesosSchedulerClient that handles most of them? Would it be possible to use a single URL to describe most of the required settings? Investigate the options and implement the most appealing one.

Fixed by #28