Etcd3 Registry Center
Etcd3 is an important implementation of the registry center in the Seata component.
Prerequisites
Before integrating Etcd3
into your Seata project, make sure that the Etcd3 Server service has been started in the background. If you are not familiar with the basic usage of Etcd3, you can refer to the Etcd3 Quickstart for a preliminary understanding. It is recommended to use Etcd3 version 3.5.0
or above.
Quick Start
The steps to integrate Etcd3 registry center into Seata are very simple, and can be roughly divided into "Adding Maven Dependencies" and "Configuring the Registry Center".