Tecsisa / constructr-consul

This library enables to use Consul as cluster coordinator in a ConstructR based node
Apache License 2.0
32 stars 15 forks source link

How to deal if the consul leader node crash #54

Open wanghuatao opened 6 years ago

wanghuatao commented 6 years ago

I found a problem. I opened three server nodes as a consul clusters . If consul leader node crashes, akka nodes will crash too. My question is how to make constructr-consul automatically find the next consul leader node, rather than crash.

franbh commented 6 years ago

Hi, could you provide the constructr-consul log related to this error? BTW, what are you using to connect to the Consul cluster? A DNS or the IP address of each node?