What Topology servers can I use with Vitess?
Vitess uses a plugin implementation to support multiple backend technologies for the Topology Service. The servers currently supported are as follows:
- etcd
- ZooKeeper
The Topology Service interfaces are defined in our code in go/vt/topo/, specific implementations are in go/vt/topo/
If starting from scratch, please use the
etcd
implementation.