mantl / mesos-consul

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

Dots on key names #20

Closed bernardeli closed 9 years ago

bernardeli commented 9 years ago

Hi,

Currently, I have a setup with mesos + consul + consul-template and have been using mesos-consul to connect everything together.

I ran on an issue with consul having the keys registered with dots. For instance, web.nginx-v13 becomes invalid on consul-template due to the dot on its name.

Apparently, it's been fixed with #19 but not released.

Any changes to release 0.2.1 with master fixes? Would appreciate it.

Thanks Ricardo