mantl / mesos-consul

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

mesos-consul assumes consul agent address is name or ipv4 #102

Open brad-peters opened 7 years ago

brad-peters commented 7 years ago

When mesos-consul is constructing the consul agent address string it does not surround an ipv6 address with [ ] causing posts to consul to fail with invalid address. I have a fix in my fork and am creating a pull request now.