0
votes

I've recently started learning about microservices and what surrounds them, such as API gateways and at this moment I am trying to choose the best tool/tools for API Gateway Platform or Pattern. I know you need to get my requirements to enable to recommend it. While thinking simple, Reverse Proxy, Http Header/Body Adjusting, Http Load Balancing and Authorization/Authentication are our requirements at the first step and It is important that I am able to make dockerized that API platform.

Note that: My microservice apps are based on Spring boot app.

Thank you.

1

1 Answers

1
votes

In the spring ecosystem, the choice mainly consists of:

In your case, I would recommend Spring Cloud Gateway. Its main advantage is that it is not blocked, unlike Zuul.