mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

Integrate with the mesos-dns state, records, and labels packages #22

Open cheuschober opened 8 years ago

cheuschober commented 8 years ago

The mesos-dns state parser and some of its other generators do a reasonably good job of parsing state.json and exposing the key datapoints for service discovery.

It would be ideal, in my mind, for effort to not be split across the two projects to support building these primitives. Perhaps an opportunity for collaboration exists (and a reduction of overall effort) by importing those parsers and simply shipping the output to consul?

ChrisAubuchon commented 8 years ago

The https://github.com/CiscoCloud/mesos-consul/tree/0.3 branch has been moved to using the mesos-dns state parser