0

The main criteria for choosing service discovery type is CAP theorem. https://www.ibm.com/in-en/cloud/learn/cap-theorem C- Consistency A- Availability P- Partition Tolerance

It says a distributed system can deliver only two of three desired characteristics: consistency, availability, and partition tolerance. One of these characteristics is always traded off.

Eureka gives AP, Consul CA, Zookeeper CP

In my project the developers are using Eureka, how can we make your services consistent?

Lisbon
  • 126
  • 1
  • 1
  • 12

0 Answers0