mantl / mesos-consul

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

Allow option to specify consul agent address #42

Closed atongen closed 8 years ago

atongen commented 8 years ago

Provides an option to specify the consul agent's IP address to use when registering services.

By using this option to specify consul agent at 127.0.0.1 (or some other consul server), we can use an existing consul cluster without forcing non-server consul agents to listen on 0.0.0.0.

See: https://github.com/CiscoCloud/mesos-consul/issues/17

atongen commented 8 years ago

Closing this pull request after reviewing Consul's anti-entropy features.