Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
2 answers
108 views

What is the difference between these two Spring Cloud Gateway properties - spring.cloud.gateway.server.webflux.httpclient.response-timeout and spring.cloud.gateway.httpclient.response-timeout Are both ...
Score of 0
0 answers
110 views

I have a Spring Boot microservices example containing config server, discovery server, API gateway and other services. I can read all application.yml files from config-repo fetched by config server. I ...
Score of 0
2 answers
234 views

Spring Cloud Gateway auto-configuration not registering RouteDefinitionRouteLocator and related infrastructure beans under Spring Boot 4.0.2 + Spring Cloud 2025.1.1, resulting in zero route ...
Score of 1
0 answers
552 views

Following this (https://github.com/spring-cloud/spring-cloud-openfeign/issues/1306) we have an Issue on our side. Before we updated to SpringBoot 4.0.2 and OpenFeign 5.0.0 we had the following config ...
Score of 0
1 answer
110 views

I am reading spring cloud gateway mvc (v5.0.0) documentation for rate limiters as linked here https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway-server-webmvc/filters/...
Score of 1
1 answer
377 views

I am encountering a warning when starting my application using Spring Boot 3.5.8 and Spring Cloud Stream 2025.0.0. To provide some context, I created an abstraction over Consumer to handle boilerplate ...
Score of 1
2 answers
394 views

I’m having trouble with Spring Cloud Gateway (WebFlux) when I define multiple Path predicates for a single route. Here is an example of my configuration in application.yml: spring: cloud: ...
Score of 0
0 answers
158 views

I have a Spring Boot application running in a container. I configured AWS Parameter Store integration using: /application/env/version/1.0/SPRING_CONFIG_IMPORT = aws:parameterstore:/application/env/...
Score of 0
0 answers
185 views

I'm migrating from Spring Boot 2 to Spring Boot3, i'm NOT migrating to Sprinc Cloud 4 but i will stay to SpringCloud 3 (i know Spring Boot 3 is mandatory if you want to use Spring Cloud 4 but not the ...
Score of 0
1 answer
197 views

I created a Spring Cloud Gateway Reactive project with Actuator and Native compile. I specified the actuator to run on separate port. I populated trustedProxies to permit to forwarded headers. ...
Score of 0
1 answer
92 views

Scene description I am developing a microservice system based on Spring Boot + OpenFeign + Spring Security, which needs to handle two different authentication scenarios: Scene One: User Access Chain ...
Score of 1
1 answer
296 views

I have two configuration classes with functional beans: @Configuration public class PositionReporter { @Bean public Supplier<Aircraft> reportPositions() { return () -> new ...
Score of 3
1 answer
208 views

I have a Spring Security configuration for permitting all requests: @Configuration @EnableWebSecurity @Profile("no-auth") public class NoAuthSecurityConfig { private static final Logger ...
Score of 0
0 answers
152 views

I'm working on a project using Java 21, Spring Cloud OpenFeign, and Apache HttpClient 5. I'm trying to create a global configuration for all Feign clients and allow client-specific behaviors via ...
Score of 0
1 answer
516 views

I have updated my spring boot project from 2.x to 3.x I used to use zuul filters, which become deprecated and not usable. My service is serve as a gateway proxy and also as a backend resource service ...

15 30 50 per page
1
2 3 4 5
345