0

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?

LiLi
  • 391
  • 3
  • 11

1 Answers1

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