Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
76 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/...
Dragas's user avatar
  • 1,289
1 vote
1 answer
121 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 ...
Esteban Fernandez's user avatar
1 vote
2 answers
133 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: ...
Nur Sultan ASLAN's user avatar
0 votes
0 answers
90 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/...
Aquaman's user avatar
  • 43
0 votes
0 answers
110 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 ...
RemovedQuasar's user avatar
0 votes
1 answer
124 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. ...
calamaricoder's user avatar
0 votes
1 answer
64 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 ...
user31510354's user avatar
1 vote
1 answer
215 views

I have two configuration classes with functional beans: @Configuration public class PositionReporter { @Bean public Supplier<Aircraft> reportPositions() { return () -> new ...
tibotka's user avatar
  • 214
3 votes
1 answer
180 views

I have a Spring Security configuration for permitting all requests: @Configuration @EnableWebSecurity @Profile("no-auth") public class NoAuthSecurityConfig { private static final Logger ...
Peter Penzov's user avatar
0 votes
0 answers
36 views

I am facing a peculiar problem related to polling of s3 file for changes using archaius jar. I have two s3 file in a single bucket and want to poll the files for any changes separately. I used the ...
Monish Das's user avatar
0 votes
0 answers
30 views

I am new to spring cloud config server and config client. I have a scenario where my config server application is fetching one single property (test.password) from two different sources - Cyberark (...
Hetal Rachh's user avatar
  • 1,553
0 votes
0 answers
98 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 ...
Victor Soares's user avatar
0 votes
1 answer
282 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 ...
Djordje's user avatar
  • 74
1 vote
0 answers
152 views

I'm working on a Spring Boot application using Spring Cloud Netflix Eureka. When I try to run the application, I get the following error: org.springframework.beans.factory.BeanCreationException: Error ...
Meghna's user avatar
  • 215
1 vote
0 answers
160 views

After version upgrade to parent pom from 3.4.3 to 3.5.3, <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> ...
Nainesh Goel's user avatar

15 30 50 per page
1
2 3 4 5
347