Construction of centos7 Nacos service registry
Construction of centos7 Nacos service registry
Since the spring cloud registry Eureka has long stopped maintenance, we use Nacos
official: https://nacos.io/zh-cn/docs/what-is-nacos.html
Welcome to the world of Nacos!
Nacos is dedicated to helping you discover, configure, and manage microservices. Nacos provides a set of easy-to-use feature ...
Posted by Royalmike on Sat, 20 Nov 2021 05:25:26 -0800
20 - unified Gateway - Global filter
Global filter
The gateway provides 31 kinds of filters learned in the previous section, but the function of each filter is fixed. If we want to intercept requests and do our own business logic, we can't do it.
3.5.1. Global filter function
The global filter is also used to handle all requests and microservice responses entering the gateway, ...
Posted by grantp22 on Fri, 12 Nov 2021 02:43:23 -0800