nginx has its own current-limiting feature. Similarly, current-limiting can also be done in the service, and it can also be done in api gateway. With so many solutions, where is it more appropriate to do current-limiting?
nginx has its own current-limiting feature. Similarly, current-limiting can also be done in the service, and it can also be done in api gateway. With so many solutions, where is it more appropriate to do current-limiting?
you can refer to this component: https://github.com/2388386839.
gateway layer. This is the outermost layer, and this is where current restriction is most appropriate.
it must be the gateway layer that pulls nginx
.Previous: Vue component uses Times name property error
Next: Iview multiple Dropdown right-click menus how to put away the expanded menu?