Config Server I can choose zk, etcd, spring cloud config server, hashicrop consul. zk,etcd,consul is strong consistency. what is spring cloud config server consistent model? How to implement it?
Asked
Active
Viewed 49 times
1 Answers
1
Spring Cloud Config Server uses Git as its default backend. The documentation states that Config Server supports the following additional backends:
The aforementioned links describe each backend in more detail, as well as configuration instructions.

Blake Covarrubias
- 2,138
- 2
- 6
- 14
-
thanks!Very useful。 – LiLi Jan 06 '22 at 09:46