mantl / mesos-consul

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

Added all Mesos labels as Consul service tags in the form key=value. … #57

Open apognu opened 8 years ago

apognu commented 8 years ago

As of now, mesos-consul only registered a task's special Mesos label "tags" in Consul.

This PR broadens this feature to all available Mesos labels. Since Consul service tags are a simple array instead of a map, they're all mapped with the format 'key=value'.