Understanding Spring Cloud Gateway Architecture and Implementation
Core Components of Spring Cloud Gateway
Route: The fundamental building block of the gateway, consisting of an identifier, destination URI, predicates, and filters. When a request reaches the gateway, the Gateway Handler Mapping evaluates routes based on predicates. When a predicate returns true, the corresponding route is selected for forward ...
Posted on Thu, 11 Jun 2026 17:36:56 +0000 by RecoilUK
Configuring and Using Sentinel Gateway Rate Limiting
Sentinel console source code: https://download.csdn.net/download/yixin605691235/89543923
Sentinel console JAR: https://download.csdn.net/download/yixin605691235/89543931
Modify the application.yml file in the JAR to update the Nacos address for different environments.
1. Gateway Rate Limiting Configuration and Usage
1.1 Nacos Configuraton
Cr ...
Posted on Mon, 25 May 2026 20:27:21 +0000 by praeses
Accelerating Elasticsearch Indexing Through Gateway Optimization
Test Environment
- Primary cluster: http://10.0.1.2:9200, username: elastic, password: ***, 9 nodes, hardware specs: 12C64GB (31GB JVM)
- Secondary cluster: http://10.0.1.15:9200, username: elastic, password: ***, 9 nodes, hardware specs: 12C64GB (31GB JVM)
- Gateway server 1 (Public IP:120.92.43.31, Internal IP:192.168.0.24) hardware specs: 4 ...
Posted on Thu, 07 May 2026 12:30:31 +0000 by hdpt00