Zuul is an edge service that provides dynamic routing, monitoring, resiliency, security, and more.
Both Zuul and kong serve as a good API gateway layer in a microservices architecture. What are some important differences …
microservices netflix-zuul api-gateway kong mashapeI have trouble understanding the connection between Zuul and Ribbon. I think I got Zuul clear. It's a reverse proxy …
netflix-zuul netflix netflix-ribbonWe got the following exception when we try to access secure https REST point from zuul. 2017-10-27 08:26:08.499 DEBUG 15708 --- […
rest ssl-certificate netflix-eureka netflix-zuul netflix-ribbonI have some microservices discovered with Eureka. Most of them provide some API. And I have "edge" service called "Gateway …
java spring-boot spring-cloud netflix-zuulI am using spring cloud eureka and spring cloud zuul proxy and i was wondering if there is any way …
spring-boot spring-cloud netflix-eureka netflix-zuulWe have an infrastructure with service discovery and load balancing (i.e. server side with STM and weblogic cluster). Now …
spring-cloud netflix netflix-eureka netflix-zuulI have got the below setup in which my Eureka server is running and few services created and registered with …
java spring spring-cloud netflix-zuul hystrixAfter reading the article How To Control User Identity Within Microservices I've been trying to implement such access control scheme (…
spring-security oauth spring-boot jwt netflix-zuulWe've used Zuul as API gateway for a while in Microservices scene, recently we decided to move to Kubernetes and …
kubernetes netflix-zuul istio api-gatewayI've faced a problem uploading big files through zuul. I'm using apache-commons file upload(https://commons.apache.org/proper/commons-fileupload/) …
java spring spring-boot netflix-zuul apache-commons-fileupload