Top "Netflix-zuul" questions

Zuul is an edge service that provides dynamic routing, monitoring, resiliency, security, and more.

Zuul Proxy not able to route, resulting in com.netflix.zuul.exception.ZuulException: Forwarding error

I have simple services as: transactions-core-service and transactions-api-service. transactions-api-service invokes transactions-core-service to return a list of transactions. transactions-api-service is enabled …

netflix-zuul
org.eclipse.jetty.io.EofException: Early EOF thrown while uploading large file

While I am uploading large file(about 50 MB), I am getting org.eclipse.jetty.io.EofException: Early EOF excception. My …

java jetty apache-httpclient-4.x netflix-zuul
Zuul timing out in long-ish requests

I am using a front end Spring Cloud application (micro service) acting as a Zuul proxy (@EnableZuulProxy) to route requests …

spring-cloud netflix-zuul
Zuul - Api Gateway Authentication

I want to introduce Zuul through Spring Cloud as an API Gateway in front of a few services. I have …

spring-cloud netflix-zuul
Spring Cloud - Zuul Proxy is producing a No 'Access-Control-Allow-Origin' ajax response

Startup Appplication: @SpringBootApplication @EnableZuulProxy public class ZuulServer { public static void main(String[] args) { new SpringApplicationBuilder(ZuulServer.class).web(true).run(…

java spring spring-boot spring-cloud netflix-zuul
Using Zuul as an authentication gateway

Background I want to implement the design presented in this article. It can be summarised by the diagram below: The …

spring-boot spring-cloud microservices gateway netflix-zuul
How is Spring Cloud Gateway different from Zuul?

I have been using Zuul as the edge service and API Gateway. Recently I have noticed that Spring Cloud Platform …

spring-mvc spring-cloud netflix-zuul spring-cloud-netflix spring-cloud-gateway
Customizing Zuul Exception

I have a scenario in Zuul where the service that the URL is routed too might be down . So the …

java spring-boot spring-cloud microservices netflix-zuul
Spring OAuth Authorization Server behind Spring Cloud Zuul Proxy

I am currently developing a application based on a micro service architecture. We use a API-Gateway implemented using Spring Cloud …

java spring-security spring-cloud netflix-zuul
Using Spring Boot, how do I see debug info for Zuul?

I am trying to use Zuul within my Spring Boot project. application.properties server.context-path=/${spring.application.name} zuul.routes.…

spring spring-boot spring-cloud netflix-zuul