当前位置:网站首页>Microservice gateway
Microservice gateway
2022-06-12 09:15:00 【Java supernatural Road】
Proxy microservice requests through the gateway , The gateway is the only entrance for microservices to be exposed
- springcloudGateway
- zuul
You can control the flow , Request filtering to the gateway
springcloudGateway
Basic functions: routing and forwarding

springcloudGateway Working model illustration and interpretation

- The request is sent to the gateway , The request is matched to the corresponding via the routing distributor HandlerMapping
- There is a mapping between the request and the processor , Route to gateway handler , namely WebHandler
- Execute specific request filters
- Finally arrive at the agent's microservice
边栏推荐
- day5-x
- torch. logical_ And() method
- Basic exercise decomposing prime factors
- Load the source code of 2D 3D virtual anchor in the web page (1: project introduction and source code)
- (15) Tweenrunner
- Selection of interview questions for software testing
- 128. 最长连续序列-哈希表
- Introduction to applet cloud development -- questionnaire evaluation applet practice (7)
- 更改tabledata列名
- Cookies and sessions
猜你喜欢
随机推荐
ADB命令集锦,一起来学吧
(十四)InputField逻辑分析
Leetcode 336 palindrome pair (palindrome string + hash)
mySql学习记录——三、mysql查询语句
CodeCraft-22 and Codeforces Round #795 (Div. 2) 题解
数据库不知道哪里出问题
Sword finger offer:[day 9 dynamic planning (medium)] --- > maximum sum of continuous subarrays
[computer use] how to change a computer disk into a mobile disk?
抓取屏幕与毛玻璃效果
Semaphore flow control semaphore
Do you know the meaning behind these questions?
2024. maximum difficulty of the exam - sliding window
ABC253F Operations on a Matrix
自动化测试框架的设计原则有哪些?我帮你总结好了快来看
Occupied occupied occupied occupied occupied
Es6-- common basic knowledge
数据库常见面试题都给你准备好了
Distributed task scheduling
consul 配置相关
最少换乘次数





