python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spring Cloud Gateway: Request headers seems to be cached when using route level filters
I'm experiencing a strange behaviour when using filters with Spring Cloud Gateway, given the following configuration sample:
@Configuration
public class SpringCloudConfig {
@Bean
public RouteLoca...
Marco
Votes: 0
Answers: 1
Dockerizing application with localhost leads to connection refused
So when I start the application locally, it works. The moment I use docker-compose up it starts up, it's going well, and than suddenly connection refused. I used Spring Cloud Gateway, didn't work. Tri...
zhrgci
Votes: 0
Answers: 1
Spring Cloud Gateway's RouteDefinitionRepository is getting called multiple times during startup and refresh
I need to read the Gateway’s Route Definitions from an external service, which I wanted to achieve by creating a custom RouteDefinitionRepository class, so I started a small POC on RouteDefinitionRepo...
Gourab Guha
Votes: 0
Answers: 0
Spring Session (Redis) + Oauth2 + Spring Cloud Gateway fails when restarting application if session already exists
Version
Spring Boot Version: 2.6.5
Spring Cloud Version: 2021.0.0
The application built has the following characteristics:
It is a reactive application (Reactor + WebFlux)
It is an Oauth2 Client Ap...
Jorge Fiallega
Votes: 0
Answers: 1