In a microservice architecture, configuration files will become more and more with the increase of microservices, and they are scattered in each microservice, which is...
This is the 12th day of my engagement with the August Challenge. For more details, see: August Challenge Continues from the previous article: [SpringCloud Technology...
Configurability is a feature that a mature software system should provide, and configuration management is very important for large systems, especially for microservice systems with...
With the installation of the service registry complete, client-side load balancing and service invocation becomes a topic of concern. The Ribbon enables client Load balancing....
Spring Cloud Stream is a framework for building highly extensible and event-driven microservices that connect to shared messaging systems. That's the official way of saying...
Speaking of Nacos service subscription mechanism, it may feel very mysterious to those who do not know, this article will give you a deep understanding...
Eureka adopts the CS design architecture. Eureka Server serves as the service registry. It is the service registry. Other microservices in the system use Eureka...
This is the 12th day of my participation in the August Challenge. For more details, see: August Challenge Eureka Service registration and discover what is...
We added the Spring Cloud Sentinel dependency in the project. After the addition, the Spring-cloud-starter - alibaba-Sentinel will be initialized during the Spring Boot startup
In the distributed environment, there are more and more cluster deployments, and the call links between services are longer and longer. Each service has its...
Feign is a service consumer invocation framework in SpringCloud. It is usually used in combination with the ribbon, hystrix, etc. Due to legacy reasons, in...
SpringChoud feign everyone who has used it has said yes. Feign is a declarative, template-based HTTP client developed by Netflix. For our microservices, the use...
Microservice architecture is a distributed architecture. It is divided into service units according to business. A distributed system often has many service units. Because of...
A recent microservice architecture project is using FEign to make calls between services. In the process of intermodulation, it is inevitable that there will be...
The message broker middleware builds a common message topic for all microservice instances to subscribe to, which is listened to and consumed by all microservice...
Two-site three-center DISASTER recovery two-site: same-city or remote Three-center: production center, same-city DISASTER recovery center, and remote disaster recovery center Active-active data center: The two...
In this section, we have combed through the relationships from Beans to BeanFactory and ApplicationContext, and from the mainly annotation-based Spring Boot to Spring Cloud
During this period of time, the company's architecture needs to use distributed architecture for business scenarios, so to learn SpringCloud today is mainly about some...
Alibaba Nacos is positioned as a dynamic service discovery, configuration management and service management platform that makes it easier to build cloud native applications. Nacos...
Eureka itself is Netflix's open source service registry and discovery product, packaged in Java. In its implementation, nodes are equal to each other, and the...