mantl / mesos-consul

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

Group services matching the same regex into same group #115

Closed hotienvu closed 7 years ago

hotienvu commented 7 years ago

We sometimes have multiple service named foo-[0..N]. This PR group services matching the same regex into same group e.g. (foo)-.* will register foo-0 and foo-1 under foo

Theaxiom commented 7 years ago

Is there something wrong with the build?

Theaxiom commented 7 years ago

I am reverting this, please re-submit with code that doesn't break the build.