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
GoFrame framework (RK boot): enable TLS/SSL
introduceThrough a complete example, in gogf/gf Open TLS/SSL in the framework. I'm what we often call https.We will use rk-boot To start gogf/gf Microservices.Please visit the following address for a complete tutorial:https://rkdocs.netlify.app/cnGenerate self signed certificateUsers can purchase certificates from major cloud manufacturers or u ...
Posted by reddymade on Mon, 24 Jan 2022 01:06:25 +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
How to ensure message reliability
Message loss
The message was sent out and did not reach the message server due to network reasons
Try catch, sending messages may lead to network failure. After the failure, there should be a retry mechanism, which can be recorded in the database, and the method of regular scanning and retransmission should be adoptedLog whether each message ...
Posted by getmukesh on Sat, 22 Jan 2022 19:24:43 +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
Take you ten days to easily complete the Go micro service series
preface
We will show you a go zero micro service example in detail through a series of articles. The whole series is divided into ten articles, and the directory structure is as follows:
Environment constructionService splittingUser servicesProducts and services (this article)Order servicePayment servicesRPC service Auth authenticationService ...
Posted by saranya on Thu, 20 Jan 2022 08:44:48 +0100
. NETCORE microservice Architecture -- gateway (Ocelot)
Ocelot is a NET Core is an open source API gateway with powerful functions, including routing, request aggregation, service discovery, authentication, authentication, current limiting and fusing, and built-in load balancer is integrated with Service Fabric and Butterfly Tracing. These functions only need simple configuration. We will describe t ...
Posted by bobicles2 on Wed, 19 Jan 2022 01:25:15 +0100
Take you ten days to easily complete the Go micro service series
At the beginning of this article, we will publish a series of articles to show you a go zero micro service example in detail. The whole series is divided into ten articles, and the directory structure is as follows:
Environment construction (this paper)Service splittingUser servicesProduct serviceOrder servicePayment servicesRPC service Auth a ...
Posted by Pedestrian on Tue, 18 Jan 2022 09:26:59 +0100
Feign practical skills
Introduce the correct opening method of Feign in the project
Read the last issue Feign remote call My little partner may ask: ah Jian, didn't you say that the last issue talked about the 99% common ways of Feign? Why is there a correct opening method today?
Ajin: it's 99% of the common way. Ajin definitely didn't deceive everyone. It's just ...
Posted by gerbs987 on Tue, 18 Jan 2022 00:56:23 +0100