netflix-zuul Questions
1
Solved
This is my first time trying to deploy a microservices architecture into Kubernetes. At the beginning, I was considering to use Ambassador as my API Gateway. I also have an authentication service w...
Ellon asked 8/2, 2019 at 19:8
2
I noticed Spring-Cloud ZUUL forces the execution isolation to SEMAPHORE instead of the THREAD defaults (as recommended by Netflix).
A comment in org.springframework.cloud.netflix.zuul.filters.rout...
Waitabit asked 30/4, 2015 at 10:53
3
Solved
With respect to this issue: https://github.com/spring-cloud/spring-cloud-netflix/issues/163 is there a reasonable way to setup Spring Cloud Zuul reverse proxy to be used with Websockets?
I was ab...
Abie asked 18/8, 2015 at 17:18
1
Solved
I read the docs but still I'm not sure about the difference between these two properties:
zuul:
ignored-headers:
sensitive-headers:
If you can explain it with another words it would be apprec...
Mensuration asked 24/10, 2018 at 12:33
1
After reading the article How To Control User Identity Within Microservices I've been trying to implement such access control scheme (Value and Reference Tokens), but after going through multiple o...
Leifeste asked 2/7, 2016 at 3:29
3
Solved
Summary:
ZUUL doesnt pick the right destination url for the input path since it doesnt do strict matching of the input path.
Below is my zuul routes :
zuul:
routes:
auth:
path: /v1/txn/**
ur...
Saffren asked 10/10, 2018 at 7:2
1
Solved
In this coding exercise for learning microservices, I've created a Netflix Zuul project for service routing my microservices.
Sadly, the /routes endpoint does not seem to be mounted. Everything el...
Myalgia asked 19/9, 2018 at 9:29
1
Solved
While I am trying to reach the service meeting via Zuul gateway, Zuul is unable to forward the request to the respective service. The following errors are what I am facing:
nettflix.zuul.excep...
Meisel asked 4/9, 2018 at 8:16
0
(I'm sorry if I'm not making any sense, it's pretty late and I just can't seem to find an answer)
We're using spring boot microservices, with a netflix zuul gateway, and we'd like to access all th...
Seurat asked 12/8, 2018 at 21:40
1
Zuul being used to work with Eureka/Edge Services stands out to be a single point of failure? Is there any way around it to make this scalable and resilient?
Aphonia asked 14/7, 2017 at 9:41
3
I have been trying to find a running example of spring cloud gateway integrated with eureka server and also with some Hystrix examples but I could't find so far.
Are there any place where I could ...
Kilbride asked 8/9, 2017 at 9:58
1
Both Zuul and kong serve as a good API gateway layer in a microservices architecture. What are some important differences between these two?
Some asked 5/12, 2016 at 10:26
2
using 'Camden.SR5' for spring-cloud-dependencies, with spring boot '1.5.2.RELEASE'.
In my current setup, I have
eureka server
config server (running on random ports)
zuul gateway server
and 2...
Exegetics asked 7/3, 2017 at 14:56
1
Solved
I'm using a Netflix Zuul proxy in front of my services A and B.
How can I make the Zuul proxy to choose between routes to A and B based on a HTTP header in the incoming request?
Angelitaangell asked 31/1, 2018 at 9:10
3
With Zuul I can easily define custom filters that are activated before or after the request is forwarded to the specific service.
Is there a way to block requests from being forwarded at a "pre" f...
Flavory asked 15/5, 2016 at 20:31
0
is it possible to consider the zuul filter (manual or automatic) to show in the swagger?
The issue is the following:
we have a microservice which is the single point of entry for our application a...
Honeysucker asked 23/1, 2018 at 15:5
2
I am trying to implement Microservices architecture backend using Spring Boot 1.5.6.RELEASE and Spring Cloud Dalston.SR3 that would be consumed by mobile/web endpoints.
API Gateway application
@S...
Scotch asked 7/9, 2017 at 13:23
1
I'm trying to create a Spring cloud microservice application using Zuul and Consul.
I have 2 components in my project:
api-gateway microservice using Zuul
Hello world microservice (a simple hell...
Undis asked 23/11, 2015 at 18:24
1
Solved
I have been using Zuul as the edge service and API Gateway. Recently I have noticed that Spring Cloud Platform release Spring Cloud Gateway. What is the difference between the two gateways? Why is ...
Otilia asked 3/11, 2017 at 9:13
1
Using zuul, is it possible to configure routes to use parts from the path in the url?
This meta code config using normal regexp explains what I'd like to do.
zuul:
routes:
foobar:
path: /foo/...
Jacie asked 19/10, 2017 at 9:18
3
Solved
I'm trying to disable a Zuul route to a microservice registered with Eureka at runtime (I'm using spring boot).
This is an example:
localhost/hello
localhost/world
Those two are the registered ...
Unrefined asked 24/10, 2016 at 14:2
1
We have 2 domains that point to our single Zuul ELB. Both sites use a lot of the same services so although our production environment will be setup a little different right now we only have the one...
Primrose asked 19/5, 2016 at 16:16
3
Solved
Background
I want to implement the design presented in this article.
It can be summarised by the diagram below:
The client first authenticate with the IDP (OpenID Connect/OAuth2)
The IDP retur...
Oran asked 12/5, 2016 at 7:42
1
Solved
My understanding is that API gateway pattern is like a proxy to all microservices. So client calls the API gateway which takes care of further routing. BFF is a specific case of API gateway pattern...
Stotinka asked 6/9, 2017 at 8:7
1
Solved
I have configured my micro services using Spring boot zuul and eureka services.
Now I need to authenticate all routes/REST API calls.
I mean, for all APIs client send one accessToken.
On zuul ser...
Hercegovina asked 4/8, 2017 at 15:47
© 2022 - 2024 — McMap. All rights reserved.