当前位置:网站首页>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
边栏推荐
- Es6-- common basic knowledge
- Cas d'essai et spécification de description des bogues référence
- 软件测试工作经验分享,一定有你想知道的
- Common technical questions in functional test interview. Would you like to summarize them?
- Codecraft-22 and codeforces round 795 (Div. 2)
- On absolute value function in C language
- 长安链节点证书、角色、权限管理介绍
- Latex common symbols summary
- 软件测试报告中常见的疏漏,给自己提个醒
- [character set 8] char8_ t、char16_ t、char32_ t、wchar、char
猜你喜欢

数据库不知道哪里出问题
Common technical questions in functional test interview. Would you like to summarize them?

Distributed transactions - Theoretical Overview
ADB命令集锦,一起来学吧

Notes on data mining in Tsinghua University (1)

机器学习笔记 - 循环神经网络备忘清单

软件测试面试官问这些问题的背后意义你知道吗?

Technology cloud report: how will the industrial Internet rebuild the security boundary in 2022?
Selenium interview question sharing

IP, DNS, domain name, URL, hosts
随机推荐
Four steps for sending rockertmq producer messages
Jupyter notebook sets the default browser to open with an error syntaxerror: (Unicode error) 'UTF-8' codec can't decode byte 0xd4
Selenium面试题分享
软件测试面试题精选
Visualization of two-dimensional feature logistic regression prediction results
Permutation (greedy strategy)
Semaphore flow control semaphore
2024. maximum difficulty of the exam - sliding window
Sword finger offer II 016 Longest substring without repeating characters - sliding window
Description of string
Jenkins Pipeline 语法
APP测试面试题汇总,面试必考一定要看
Basic SQL syntax i
sql中的Exists用法
还在原地踏步,提高软件测试能力的方法你知道吗?
Complete knapsack problem 1
mySql学习记录——三、mysql查询语句
Unittest test framework
Automated test learning path, come and learn
Ceil, floor and round functions