Skip to main content

Questions tagged [netflix-zuul]

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

netflix-zuul
0 votes
1 answer
48 views

Why am I getting 404 NOT FOUND when using zuul?

I'm using springboot, zuul and eureka. When I try to reach a springboot endpoint through a zuul service, I get 404 NOT FOUND. I run all the services with docker containers. Do anyone of you know what ...
Veruca Stucker's user avatar
0 votes
0 answers
19 views

How to access same request in prefilter and postfilter in Spring Cloud Gateway?

We're moving from zuul to Spring Cloud Gateway. Storing all the request and response details in a table using pre-filter and post-filter implementation. Following is the implementation in zuul ...
Padmaja's user avatar
  • 119
0 votes
0 answers
41 views

not able to run spring boot project with zuul dependency on spring boot version 2.2.2.RELEASE

We are implementing spring cloud zuul proxy in our application. Problem is that we are not able to run it using spring boot parent version 2.2.2.RELEASE. Everything is working fine with spring boot ...
J. Doe's user avatar
  • 1
0 votes
0 answers
20 views

Zuul dependency and Configuration issue

I have this zuul configuration which was working fine on Java 11 but and springboot 2.7.1. I'm in the process of upgrading the project from java 11 to java 17 and to springboot 3.1.6 but I am getting ...
Aditya Priyam iGTB's user avatar
0 votes
0 answers
12 views

How to Migrate existing springboot api gateway service to KrackenD

Im trying to migrate an existing api gateway microservice which was build using java springboot to KrackenD as zuul is deprecated. But im not able to find any tutorials or a step by step guide on how ...
Java Dev's user avatar
0 votes
0 answers
11 views

What are Zuul's default connect timeout and socket timeout?

Zuul's timeout configuration settings are documented here. However, it doesn't give the defaults. I'm looking specifically for the default timeouts used when configuration Zuul routes, not service ...
Scampbell's user avatar
  • 1,575
0 votes
0 answers
38 views

How to fix ZUUL exception forwarding error

i am using a springboot microservice project. i have gateway, discovery an some more projects. i deployed this in the aws cloud front container. After the deployment, i am facing some zuul exception ...
akshay u's user avatar
0 votes
0 answers
18 views

Zuul still routing to the instance of the application that are dead

I started several instances of the same spring boot application on different ports. On the other hand, I am using another application as a balancer(Eureka + Zuul proxy). I added annotations such are @...
gogagubi's user avatar
  • 1,005
0 votes
0 answers
24 views

Write custom ribbonroutingfilter zuul for 1 route and default ribbonroutingfilter for rest of the zuul routes

I have a requirement where for 1 of the zuul route I have to use ssl certificate so the plan is to create a custom closeableHttpClient with the ssl configuration and use that in a custom ...
SVVVV's user avatar
  • 1
0 votes
0 answers
102 views

How to create currentContext object in spring cloud gateway?

We have zuul 1 in which we have import com.netflix.zuul.context.RequestContext; through which we are getting currentContext. as return getCurrentContext().getRequest(); How to create similar ...
Sumit's user avatar
  • 1
0 votes
0 answers
11 views

Zuul ServiceId route is not working on CloudFoundry

I am unable to call to microservices using zuul serviceId . getting below error on cloudfoundry for zuul gateway. "2024-01-31 11:52:29.285 ERROR 496 --- [ Thread-14] com.netflix.discovery....
SPRADHAN's user avatar
0 votes
0 answers
12 views

i want to modify response by using zuul filter

i put zuul filter config in my project for modify response. this is zuul config. " zuul: ignored-patterns: /search/** routes: test: path: /search/** url: http://localhost:8080/search sensitive-...
jiwonpark's user avatar
0 votes
0 answers
26 views

Zuul Response filter getting blocked for sometime intermittently

We are using zuul 2.1.6 without eureka and we got the response back form down stream API but it's getting blocked for some reason in the response/outbound filter sometimes (not all the time). It's ...
karthik's user avatar
0 votes
0 answers
66 views

Simulate latency and timeout between two microservices

Let's say you have microservice A that call's microservice B APIs. I want to simulate latency and timeouts of B's APIs without touching the code of either A or B. What I need is basically a third ...
cloooze's user avatar
  • 173
0 votes
0 answers
33 views

netflix zuul1, a strange phenomenon of uploading large files with multipart file?

My project uses zuul1, has a file upload module, and the client call interface, as others have reported, is http://zuul-proxy/zuul/upload-module/file However, I found that when the file is large, the ...
lightling's user avatar

15 30 50 per page
1
2 3 4 5
81