Service providers register service information with the registry. Service consumers pull service information from the registry. Service consumers directly connect service providers to obtain relevant...
Preparations 1, download nacOS source code, compile, the official website for more details https://nacos.io/zh-cn/docs/quick-start.html 2, download the source code, according to the official website for...
This section provides a brief overview of the use scenarios for Spring Cloud LoadBalancer, as well as the architectural design and extension points. In the...
In this section, we introduce how to configure Undertow's Accesslog in detail. Various placeholders for accesslog are listed. Users can configure their desired accesslog information...
Is a declarative pseudo-HTTP client provided by Spring Cloud that makes calling remote services as simple as calling local services by creating an interface and...
The Ribbon is an open source project released by Netflix. Its main function is to provide a client-side software load balancing algorithm that connects Netflix's...
Prerequisites JDK or JRE must be installed on the server. The server needs to install Nacos, Sentinel, Redis, MySQL and other environments. (Depending on the...
This section examines the configuration of Eureka Server in detail. In the next section, we will provide you with a configuration template to start a...
1. Spring-cloud is based on Spring-Boot. The difference between spring-Boot and traditional Spring projects is that the framework built by thin configuration is lighter and...
Session Tracking Technology Because HTTP protocol is stateless protocol, a browser and server interaction process is: browser: How are you? Server: Good! So this is...
Sentinel is a flow control component for distributed service architecture. It mainly takes traffic as the entry point and helps developers to ensure the stability...
This section describes the core configuration of Undertow in detail, including thread pool and buffer configuration, as well as some configuration related to the HTTP...
Whether microservices are suitable for small teams is a matter of opinion. As business complexity increases, individual applications become larger and larger, just like a...
This is my participation more article challenges the 15th day of August, activity details view: August more challenges Book connected to https://juejin.cn/post/6995525274385268766 flow control effect...
Spring Cloud Stream provides inputs, outputs, and binders to implement interactions between applications. The binders include output as the sender of messages, and input as...
We learned about service discovery and registration from Eureka in the previous section. On top of that, we can learn about load balancing between services....
Now the idea of micro-service is in full swing, and various companies are carrying out technology transformation in full swing. Mastering SpringCloud has become a...
In the previous article, we analyzed the core process of Nacos client subscription: The Nacos client obtains the list of instances from the registry every...
Feign is a lightweight restful HTTP service client in the Spring Cloud component that simplifies interface calls, turns HTTP calls into RPC calls, and makes...
In a real project, a system consists of many microservices. Spring Cloud provides Eureka as a solution to who organizes and coordinates the connections and...
This section examines the various logging configurations in our microservices framework in detail, including the basic configuration, link tracing implementation and configuration, and what to...
Load balancing is divided into client load balancing and server load balancing. Client load balancing means that the client selects specific microservices for access, while...