API gateway

With so many clients and servers in play, it’s often helpful to include an API gateway in your cloud architecture. A gateway can take care of securing and routing messages, hiding services, throttling load, and many other useful things. Spring Cloud Gateway gives you precise control of your API layer, integrating Spring Cloud service discovery and client-side load-balancing solutions to simplify configuration and maintenance.
Getting Started with Spring Cloud Gateway

“We found that the performance of [Spring Cloud Gateway] was very appealing. Low latency, good throughput, [and] a very small percentage of timeouts in our use cases.”

Chris Jackson, Senior Developer, TD Ameritrade

发布了0 篇原创文章 · 获赞 0 · 访问量 942

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/104603528