|
|
|
|
|
by Leon
3521 days ago
|
|
You are correct and I came here to say the same. Additionally I've seen issues working with etcd in that it is a pain to manage, with situations coming about of split cluster issues where the data becomes corrupted and needs to be manually merged together. That is a bad situation to be in, and usually it is better to develop for failure, especially in cloud environments. You can get split-brain problems on any clustered agreement replication, etcd is not a special case. |
|
I have read a blog post about continous testing of consul at high scale too (can't find the link for now), but I can't remember to got this much insights.