Practice of lossless publishing of microservices in elastic cloud
1. Background
The original system is a single service, which leads to more and more complex logic and affects the whole body. In order to improve the scalability of the system, we split the original monomer system into different microservices according to functions.
2. Elastic cloud configuration
All our microservices are deployed on the elast ...
Posted by nublet on Wed, 26 Jan 2022 21:19:06 +0100
From 0 to 1, build spring cloud alibaba micro service large application framework (Mini cloud) and build authentication service (authentication / resource separation version) oauth2 0 (medium)
This paper follows the above Build spring cloud alibaba microservice large application framework from 0 to 1 (III) (Mini cloud) build authentication service (authentication / resource separation version) oauth2.0 (Part I)
It still introduces the construction details of the certification center
1. Process introduction
The overall process is ...
Posted by vponz on Wed, 26 Jan 2022 18:37:40 +0100
Nacos of the registry
Nacos of the registry
Springcloud + nacos – version selection
Before everything starts, you need to confirm all versions, because if the versions do not match, it may lead to many strange problems.
1. Front
First confirm the version of Spring Cloud Alibaba from the spring official websiteConfirm the version of Spring Boot and Nacos th ...
Posted by pikymx on Mon, 24 Jan 2022 10:34:25 +0100
Microservice architecture * 2.5 source code analysis of Nacos long polling timing mechanism
preface
reference material: <Spring Microservices in Action> Principles and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang
In order to facilitate understanding and expression, the Nacos console and the Nacos registry are called the Naco ...
Posted by whit3fir3 on Mon, 24 Jan 2022 05:10:54 +0100
SpringCloud Alibaba actual combat (9: Hystrix fault-tolerant protection)
Source address: https://gitee.com/fighter3/eshop-project.git
Continuously updating
In the previous section, we have used OpenFeign to complete the call between services. Think about it. If there are more than a dozen services upstream and downstream of a service link, and each service has several nodes, one of which fails, the upstrea ...
Posted by coolbeansdude51 on Mon, 24 Jan 2022 00:02:35 +0100
An article addresses Springcloud alibaba Nacos as a service registry
Springcloud alibaba Nacos as service registry
Nacos service provider registration
Create a new microservice provider cloudalibaba provider payment9001 (simulated payment providing module)
Related dependencies required to introduce pom
Compared with the previous study of Eureka registry. More nacos related dependencies
<dependency> ...
Posted by unxposed on Sun, 23 Jan 2022 09:37:44 +0100
[Spring Cloud Alibaba] brief introduction to Nacos and basic use of service registration and discovery functions
Brief introduction to Nacos
Nacos(Official website )Dedicated to helping you discover, configure and manage your microservices. It provides a set of simple and practical functions that enable you to realize dynamic service discovery, service configuration management, and service and traffic management.
Nacos makes it easier and faster for you ...
Posted by geecu on Sat, 22 Jan 2022 22:31:49 +0100
Spring Cloud Gateway first experience
brief introduction
Spring Cloud Gateway is the second-generation gateway framework officially launched by Spring Cloud, replacing Zuul gateway. As the of traffic, gateway plays a very important role in microservice system. The common functions of gateway include routing forwarding, permission verification, current limit control and so on. ...
Posted by horstuff on Sat, 22 Jan 2022 12:09:28 +0100
Microservice Architecture: Nacos Local Cache PK Microservice Elegant Offline
Preface
In the previous article, " Microservice: Take a look at the source code and Nacos'health checks are so simple The release scenario for the sudden suspension of micro-services is described in: adjusting health check cycles and requesting retries for failures. Friends read the article and suggested that they talk about how to gracef ...
Posted by ol4pr0 on Fri, 21 Jan 2022 11:26:00 +0100
Microservice architecture | 12.1 remote communication using Apache Dubbo
preface
reference material: <Spring Microservices in Action> Principles and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang
Apache Dubbo is a distributed service framework, which mainly realizes high-performance and transparent calls bet ...
Posted by tom2oo8 on Thu, 20 Jan 2022 23:26:13 +0100