Background In this article, we will use the problems we encountered in practice to explain why it is an error to use ZooKeeper to do the service discovery service.
Let’s start from the beginn
Background In this article, we will use the problems we encountered in practice to explain why it is an error to use ZooKeeper to do the service discovery service.
Let’s start from the beginn
1. Introduction to Eureka:
Eureka is a tool for service registration and discovery produced by Netflix. Spring Cloud integrates Eureka and provides out-of-the-box support. Among them, Eureka
CAP theory: c strong consistency a availability p partition fault tolerance
ZooKeeper follows CP, Eureka is AP.
Zookeeper guarantees CP
When querying the registry for the list of
Description: According to the Restful distributed architecture in the previous article, a basic design architecture has been implemented based on Rest at this time. For the program design in the pr
Recently, I have been relatively idle, so I studied the principle, implementation, and cluster construction of eureka by myself. (Note: I haven’t actually operated the eureka cluster project. They
1. Overview of Eureka
1, Eureka Features
2. Two major components of Eureka and three major roles
Second, build a service registration center-Eureka Server
1, pom.xml
F