Getting Started: Topology

What is the topology service? How does it work?
The Topology Service is a set of backend processes. This service is exposed to all Vitess components. It delivers a key/value service that is highly availab...
Tue, Jan 26, 2021 at 8:19 AM
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: etc...
Wed, Jun 30, 2021 at 10:38 AM
How do I choose which topology server to use?
The first question to consider is: Do you use one already or are you required to use a specific one? If the answer to that question is yes, then you should ...
Mon, Nov 2, 2020 at 1:26 PM
How do I implement Zookeeper zk2?
If you want to implement zk2 we recommend following the steps on Vitess’ documentation here.
Wed, Jun 30, 2021 at 10:38 AM
How do I implement etcd (etcd2)?
If you want to implement etcd we recommend following the steps on Vitess’ documentation here.
Tue, Jan 26, 2021 at 8:26 AM
How do I migrate between implementations?
We provide the topo2topo utility to migrate between one implementation and another of the topology service.  This process is explained in Vitess’ documenta...
Wed, Jun 30, 2021 at 10:39 AM