Alternative API Gateways for Spring Boot

Viewed 28

I have a perfectly good Spring Service that is built on top of Spring Boot 2.7.3 using Spring MVC to expose a single endpoint.

Unfortunately, Zuul is no longer compatible with current versions of Spring Boot, and Spring MVC wasn't sexy enough to be supported by Spring Cloud Gateway.

Are there other API Gateway packages I can use for my boring yet perfectly functional service?

0 Answers
Related