clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Modify subscribe function to allow passing in a variable for the Mesos master #87

Closed wdhowe closed 4 years ago

wdhowe commented 4 years ago

The Meson subscribe function (src/meson/api/scheduler/core.clj) is hardcoded to subscribe to a localhost Mesos master. Modify the function to allow for a passed in mesos master http address.

I plan to submit a pull request to resolve this.