mantl / mesos-consul

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

Consul in HA mode #75

Closed akamalov closed 8 years ago

akamalov commented 8 years ago

Just a small question: Is mesos-consul the actual implementation of Hashicorp's Consul or just a bridge into existing consul cluster ? If it is an implementation of Hashicorp's Consul, how can one put multiple consul servers into a cluster node, because mesos-consul.json looks like a single instance implementation.

Thanks in advance.

Alex

ChrisAubuchon commented 8 years ago

It is a bridge from Mesos into an existing Consul cluster.

akamalov commented 8 years ago

Thanks Chris!