Microservice architecture | 7.1 security authentication based on OAuth2

preface <Spring Microservices in Action> Principle and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang OAuth2 is a token based security authentication and authorization framework. It allows users to authenticate using third-party authent ...

Added by Timewell on Wed, 02 Feb 2022 15:27:18 +0200

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

Micro service series: Sentinel of Spring Cloud Alibaba detailed introduction

Micro service series: service gateway Spring Cloud Gateway integrated Sentinel current limiting In the previous study of Spring Cloud Gateway, we have used Sentinel for current limiting, but we have not learned Sentinel in detail, so we need to supplement this knowledge today. Don't say much, start today's study. Sentinel introduction Se ...

Added by ploppy on Mon, 31 Jan 2022 11:36:06 +0200

Microservice 5: service registration and discovery (practice)

★ micro service series Microservices 1: microservices and its evolution history Microservice 2: microservice panoramic architecture Microservice 3: microservice splitting strategy Microservice 4: service registration and discovery Microservice 5: service registration and discovery (practice) 1 service registry Previously, we introduced several ...

Added by evanluke on Sat, 29 Jan 2022 08:28:17 +0200

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 Product service Order service Payment service (this article) RPC service Auth authentication Service ...

Added by drumhrd on Fri, 28 Jan 2022 15:48:49 +0200

springboot integrates skywalking to add the interface link to the responeHeader

For example, some people may think it's a little superfluous to do this, but I personally feel that this is still necessary. Nothing else, just to save a few seconds of search time. Overall, there will be some minor improvements in the development and debugging of microservices, which is also an optimization to facilitate the development of sma ...

Added by noon on Fri, 28 Jan 2022 04:13:42 +0200

Microservice architecture | 4.1 detailed explanation of Ribbon based load balancing

preface reference material: <Spring Microservices in Action> Principle and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang Spring Cloud Ribbon is a set of client-side load balancing tools based on Netflix Ribbon; Provide the software loa ...

Added by watsonowen on Thu, 27 Jan 2022 18:56:19 +0200

GoFrame framework: log configuration management

introduceThrough a complete example, in gogf/gf Manage logs reasonably in the framework.What are the usage scenarios?Log auto scroll Split into multiple log files Log format modification waitWe will use rk-boot To start gogf/gf Microservices of the framework.Please visit the following address for a complete tutorial:https://rkdocs.netlify.ap ...

Added by Mountain Water on Tue, 25 Jan 2022 13:35:43 +0200

Several common JVM tuning scenarios

Recently, many small partners told me that they have learned a lot of JVM tuning knowledge, but they don't know when to tune the JVM in practical work. Today, I'll introduce you to several JVM tuning scenarios. When reading this article, it is assumed that you have understood the data area and common garbage collection algorithms at runtime ...

Added by tim_ver on Mon, 24 Jan 2022 09:20:36 +0200

Microservice architecture * 2.4 source code analysis of Nacos acquisition configuration and event subscription mechanism

preface reference material: <Spring Microservices in Action> Principle 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 Nacos ...

Added by Daisy Cutter on Sun, 23 Jan 2022 15:10:22 +0200