Introduction to gateway and implementation scheme of gray Publishing
Introduction to gateway and implementation scheme of gray Publishing
Introduction to gateway
Official documents: https://docs.spring.io/spring-cloud-gateway/docs/2.2.8.RELEASE/reference/html/#gateway-starter
Gateway request processing
The client sends a request to the Spring Cloud Gateway. If the gateway handler mapping determines ...
Added by WakeAngel on Tue, 01 Feb 2022 07:16:58 +0200
Nacos environment installation for good work
Several nouns in Nacos
Nacos is the abbreviation of Dynamic Naming and Configuration Service. A dynamic service discovery, configuration management and service management center that is easier to build cloud native applications.
For Nacos configuration management, you can locate a configuration set through Namespace, Group and Data ID
Co ...
Added by sualcavab on Thu, 27 Jan 2022 14:22:47 +0200
Micro service series: Nacos registry of Spring Cloud Alibaba
Follow the previous article Micro service series: service gateway Spring Cloud Gateway integration Sentinel current limiting - Nuggets (juejin.cn) After completing the basic study of Spring Cloud Gateway, starting from this article, we enter the study of Nacos.
Nacos is a dynamic service discovery, configuration management and service manageme ...
Added by manohoo on Wed, 19 Jan 2022 03:13:55 +0200
Alibaba microservice component Nacos configuration center
01 actual combat of Nacos configuration center
Introduce dependency
<!--nacos Configuration center-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
The priority of the ...
Added by sabien on Tue, 18 Jan 2022 22:56:54 +0200
Spring Cloud Alibaba(02) - Nacos service registration and configuration center
Spring Cloud Alibaba(02) - Nacos service registration and configuration center
Preface: all microservice modules of Spring Cloud Alibaba series are built under the springcloud Guigu parent project, which is Spring Cloud(02) -- parent project of build order payment micro service module Built in.
1. Introduction to Nacos
Nacos is committed ...
Added by Threepwood on Sat, 15 Jan 2022 06:56:25 +0200
Unified certification center Oauth2 high availability pit
Front( Unified certification center Oauth2 certification pit )We use user info URI to realize the authentication information and authorization acquisition judgment of the consumer. Next, we use token info URI to realize authentication and authorization. For specific configuration, see:cas-server-url: http://cas-server
security:
path:
ign ...
Added by Kurt on Wed, 12 Jan 2022 23:21:02 +0200
Start on the basis of micro services
Introduction to microservices
Microservice concept
In short, microservice is an architectural design style. Its main purpose is to split the original independent system into a small service. These small services operate in independent processes, and the services communicate and cooperate through the RESTful API of HTTP. The split small se ...
Added by blintas on Wed, 05 Jan 2022 19:49:54 +0200
Talk about how Yarp combined with Nacos to complete service discovery
background
Yarp After this reverse agent comes out, I believe many people are still paying attention to it.
In Yarp, the configuration of reverse proxy is also based on the configuration file by default, and many bosses have made this configuration into a database configuration + visual interface.
After careful consideration, it seems that the ...
Added by johncal on Fri, 31 Dec 2021 12:12:43 +0200
Chapter 04 core process of Nacos Client service subscription mechanism
Learning is not so utilitarian. The second senior brother will take you to easily read the source code from a higher dimension ~
Speaking of the service subscription mechanism of Nacos, friends who don't know about it may feel very mysterious. This article will let you understand the subscription implementation of Nacos 2.0 client in simple ...
Added by rline101 on Fri, 24 Dec 2021 22:22:16 +0200
06 Nacos Client local cache and failover
Learning is not so utilitarian. The second senior brother will take you to easily read the source code from a higher dimension ~
In this article, we will analyze the local cache and failover functions of Nacos through the source code, and the core classes involved are ServiceInfoHolder and FailoverReactor.
ServiceInfoHolder function overvie ...
Added by anthony-needs-you on Tue, 21 Dec 2021 20:13:51 +0200