Today I recommend a friend's open source interview question brush system to my friends. In this article, I will introduce the open source project in...
There are often some unstable situations in our production environment, such as: the system exceeds the maximum load due to the instantaneous flood peak flow,...
Zuul is a back door for all requests from devices and networks to back-end applications, providing configurable external URL-to-service mapping for internal services. Zuul is...
There are several Ribbon load balancing solutions. This article introduces the Ribbon+RestTemplate solution. However, RestTemplate is not very convenient to use. In actual development, we...
The core execution principle of Hystrix fuse, introduces the underlying implementation of Hystrix thread pool isolation technology, and the working principle of circuit breaker.
This is the sixth day of my participation in the First Challenge 2022. For details: First Challenge 2022. The official Nacos cluster diagram contains three...
In this chapter, we will start with HystrixCommand construction and execute() execution, and take a step-by-step look at how Hystrix encapsulates the core principles of...
Based on SpringCloud+Kubernetes, micro services container continuous delivery practice 【 cloud disk share 】 Currently micro services and containers are very hot technology in the...
The Spring Cloud Eureka module provides passive service discovery. Service registration: Each user goes to the chatroom server to register. Service discovery: His friends will...
This project demonstrates how to use Nacos Discovery Starter to manage the configuration of microservice applications. Dynamic configuration changes do not require service restart.
A preface. Welcome everybody add open source projects have to exchange group, participate in open source projects development ~ this complete source address: https://github.com/hxrui/youlai-mall online...
The server provides resource-based HTTP for external configurations (name-value pairs or equivalent YAML content). It contains two parts: Client and Server
OpenFeign integrates the Ribbon with Hystrix and simplifies service invocation, making it easy to use. The new version of SpringCloud has some changes to OpenFeign....
Because of the microservices architecture, the project needed to have a unified entry point, so the gateway was developed. Where '#{@ipAddressKeyResolver}' specifies the use of...
This is my participation in August more challenge of 19 days, details see: August more challenges Use gateway, add 1 rely on 2, resources/application. Yml...
Microservices and containers are hot technologies in the industry at present. This course is a containerized continuous delivery practice course focusing on microservices. Through the...
Given the history of Pivotal, it's a blockbuster. The Pivotal team must be Spring Boot's development team, so what exactly is the Pivotal team? What...
Nacos is the service registration center and configuration center of Alibaba open source, and is committed to providing developers with a convenient and easy to...
Feign is a declarative pseudo HTTP client provided by Spring Cloud that makes calling remote services as simple as calling local services, creating an interface...
Spring Cloud Alibaba is committed to providing a one-stop solution for microservice development. As one of its core components, Nacos can be used as a...