Springcloud Day12 - spring cloud Alibaba sentinel service fusing and current limiting

15. Spring cloud Alibaba sentinel realizes fusing and current limiting 15.1 general 15.1.1 official website english: https://github.com/alibaba/Sentinel chinese: https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D 15.1.2 introduction In one sentence, we explained the Hystrix before 15.1.3 where to go https://github.com/a ...

Posted by wstran on Thu, 03 Feb 2022 11:22:52 +0100

Zookeeper, the registry of microservices

Recommended reading: Java Xiaobai advanced architect learning route 1, Introduction ZooKeeper is a distributed, open-source distributed application coordination service. It is an open-source implementation of Chubby of Google and an important component of Hadoop and Hbase. It is a software that provides consistency services for distri ...

Posted by LiamProductions on Sun, 30 Jan 2022 23:11:27 +0100

Take you ten days to easily handle the Go micro service series (VIII. Service monitoring)

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 construction Service splitting User services Product service Order service Payment services RPC service Auth authentication Service monitoring (th ...

Posted by rcoursey on Sun, 30 Jan 2022 09:50:26 +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

Take you ten days to easily handle the Go micro service series (VIII. Service monitoring)

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 servicesProduct serviceOrder servicePayment servicesRPC service Auth authenticationService monitoring (this art ...

Posted by academ1c on Wed, 26 Jan 2022 17:14:27 +0100

Microservices 4- service invocation and Ribbon

Inter service call In microservices, many service systems run in independent processes, and all business functions of a large project are realized through the cooperation between various service systems. Service systems use a variety of cross process ways to communicate and cooperate, and RESTful network request is one of the most common ways o ...

Posted by Linjon on Wed, 26 Jan 2022 16:45:39 +0100

RocketMQ transaction message principle

1, Principle of RocketMQ transaction message: RocketMQ implements complete transaction messages after version 4.3. The MQ based distributed transaction scheme essentially encapsulates the local message table. The overall process is consistent with the local message table. The only difference is that the local message table is stored in MQ inst ...

Posted by kath421 on Wed, 26 Jan 2022 10:13:26 +0100

Take you ten days to easily handle 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 servicesProduct serviceOrder servicePayment services (this article)RPC service Auth authenticationService monit ...

Posted by tabatsoy on Tue, 25 Jan 2022 06:55:25 +0100

Take you ten days to easily handle 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 construction Service splitting User services (this article) Product service Order service Payment services RPC service Auth authentication Service ...

Posted by eevan79 on Tue, 25 Jan 2022 06:54:29 +0100

How to create a background service that can cross platform in a cross platform environment is Worker Service.

1, Introduction Recently, a project will use windows services as the carrier of a software project. I thought about it. It has come to the era of cross platform. Will there be a technology to replace Windows services? So, after a crazy search on the Internet, the real emperor paid off his efforts and found an answer, that is, Worker Service. It ...

Posted by ashii on Mon, 24 Jan 2022 17:09:41 +0100