LVS load balancing cluster deployment (DR) mode

1, Overview DR mode Also called Direct Routing The semi open network structure is adopted, which is similar to the structure of tun mode, but the node and scheduler are in the same physical network The load scheduler connects with each node server through the local network, and there is no need to establish a special ip tunnel The schedul ...

Posted by Switch0r on Sun, 19 Dec 2021 14:44:30 +0100

Another city! Two communities work together to create a new tool for API log monitoring

Since Apache RocketMQ entered the vision of global developers in 2016, it has developed into the core data base of technology in e-commerce, finance, education, science and technology and other fields.According to incomplete statistics, more than 70% of domestic users (including top 100 enterprises in various fields such as finance, insurance, ...

Posted by gernot on Thu, 16 Dec 2021 12:30:12 +0100

High performance microservice gateway APIs IX - API documentation

Admin API Description The Admin API is a set of APIs serving Apache APIs IX. we can pass parameters to the Admin API to control the APIs IX node. For a better understanding of how it works, see architecture-design Documents in. When Apache APIs IX is started, by default, the Admin API will listen on port 9080 (port 9443 of HTTPS). You can mo ...

Posted by rreynier on Wed, 15 Dec 2021 21:45:40 +0100

In depth study of spring cloud gateway current limiting circuit

At present, Spring Cloud Gateway is the second most popular Spring Cloud project after Spring Cloud Netflix (in terms of stars on GitHub). It was created as a successor to Zuul agent in Spring Cloud series. The project provides API gateway for microservice architecture and is built based on reactive Netty and Project Reactor. It aims to provide ...

Posted by gullit on Wed, 15 Dec 2021 07:47:53 +0100

Zuul service gateway ✧

Zuul service gateway ☣ Summary of prerequisite knowledge points (not part of the text) 1, What is a gateway? API Gateway (APIGW / API Gateway) , as its name implies, is an API oriented, serial and centralized strong control service that appears on the system boundary. The boundary here is the boundary of the enterpris ...

Posted by www.phphub.com on Sat, 11 Dec 2021 14:26:42 +0100

Getting started with the latest version of SpringCloud Gateway

background Last time How to select online Spring Boot, Spring Cloud and Spring Cloud Alibaba versions as well as Zuul and Gateway request IO model comparison (WebFlux advantages) and Reactor model analysis Select the Gateway in the micro service to use the Gateway. Next, let's build a simple Gateway to use Introduction to spring cloud ga ...

Posted by CostaKapo on Thu, 09 Dec 2021 08:11:27 +0100

ZUUL gateway path mapping gateway degradation filter

ZUUL gateway Gateway = = forwarding. When accessing services in the future, you don't need to access the address of each service every time. You only need to access the gateway It is mainly used for request splitting, message merging and protocol conversion Note: before version E, you can directly access http:localhost: / / po ...

Posted by stelthius on Sun, 07 Nov 2021 23:38:35 +0100

Java learning record 06Spring Cloud Gateway gateway

Gateway gateway The core of the Spring Cloud Gateway component is a series of filters that can forward (route) requests sent by clients to corresponding services. Supplementary notes & benefits Gateway replaces a solution from Netflix ZuulHide the IP / port information of the serviceProvide a unified API route management method (url mana ...

Posted by faizanno1 on Sun, 31 Oct 2021 21:38:27 +0100

Serial analysis of spring cloud gateway requestratelimiter source code

background After reading the source code of spring cloud gateway requestratelimiter, this paper analyzes how it provides default RedisRateLimiter support in an automated deployment mode. This paper analyzes the source code based on version 3.1.0-SNAPSHOT. Automatic injection interceptor factory The code for current limiting interceptor inst ...

Posted by Billett on Sun, 24 Oct 2021 02:00:11 +0200

Spring Cloud and microservices

Spring Cloud is one of the projects under spring. It integrates some popular technologies and realizes functions such as configuration management, service discovery, intelligent routing, load balancing, fuse, control bus, cluster status and so on. The main components involved include: Eureka: Registration CenterZuul: service gateway (now c ...

Posted by ss32 on Thu, 09 Sep 2021 20:58:19 +0200