|
|
|
|
|
by protosam
689 days ago
|
|
Depending on what you’re using these tools for. If you want a locking manager and some meta data storage to help your distributed system maintain state, etcd is better for the job than rqlite for that. It’s a better zookeeper. With etcd you can hold a lock and defer unlocking if the connection is disrupted. Rqlite is not a good option for this. |
|
[1] https://github.com/hashicorp/raft