mantl / mesos-consul

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

make consul service id prefix configurable #90

Closed atongen closed 7 years ago

atongen commented 7 years ago

This PR makes the consul service id prefix that mesos-consul uses configurable. Default values leave the original prefix (mesos-consul) unchanged.

Without this option, using mesos-consul in different mesos clusters against the same consul cluster will result in conflicts where mesos-consul from each mesos cluster repeatedly overwrite each other's services.