Zuul is an edge service that provides dynamic routing, monitoring, resiliency, security, and more.
I'm using Spring Cloud's Zuul to proxy some API requests to a few external servers. The proxying itself works well, …
java spring spring-cloud netflix-zuul spring-cloud-netflixI am trying to finally choose between Spring Cloud Netflix, Kubernetes and Swarm for building our microservices environment. They are …
kubernetes microservices docker-swarm netflix-zuul spring-cloud-netflixI'm configuring a Spring Cloud (Angel.SR6) application using the Zuul reverse proxy utility, in order to hide the internal …
spring-security spring-boot spring-cloud netflix-zuul keycloakI'm seeing a 504 response for a long request using the Spring Cloud Zuul gateway pattern. The timeout occurs exactly 1 minute …
java spring netflix-zuulI noticed Spring-Cloud ZUUL forces the execution isolation to SEMAPHORE instead of the THREAD defaults (as recommended by Netflix). A …
spring-cloud netflix-zuulMy understanding is that API gateway pattern is like a proxy to all microservices. So client calls the API gateway …
microservices netflix-zuul api-gatewayI want to implement custom filters for my Zuul proxy. Now, I know there has been a lot of talking …
spring spring-cloud netflix netflix-eureka netflix-zuulI have created two AWS Beanstalk envs, each with their own version of the applications. The urls for these envs …
spring netflix-zuul spring-cloud-netflix canary-deploymentI have an application which uses Zuul Netflix as API gateway, the architecture is below: The architecture is working fine, …
java spring netflix-zuul api-gateway