Skip to main content
0 votes
0 answers
31 views

I want to implement a Rest Service which will return response immediately and continue processing blocking tasks only after response is delivered. The objectives are Run blocking & long running ...
krishna T's user avatar
  • 416
0 votes
1 answer
29 views

I’m trying to catch a thrown exception in a Spring WebFlux controller. When i[0] reaches 3, it enters the handler method and executes the handler, but the returned value is not shown in the output, ...
AMZ's user avatar
  • 418
Advice
0 votes
1 replies
31 views

I'm working with Spring Data R2DBC in a reactive application and noticed that it doesn't support features like lazy loading, cascading operations, or dirty checking, which are commonly found in JPA ...
AMZ's user avatar
  • 418
0 votes
2 answers
38 views

I'm working with Spring Data R2DBC and am curious about why it doesn't support features like lazy loading, cascading operations, or dirty checking, which are commonly used in JPA. Could someone ...
AMZ's user avatar
  • 418
1 vote
2 answers
74 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
1 answer
57 views

My application uses the Spring Cloud Gateway so the stack is Spring + WebFlux. When the application starts it use the SSL certificate from the file. But after few weeks the external system is updating ...
Alexander Kozlov's user avatar
0 votes
0 answers
12 views

I have a spring boot flux endpoint (it takes and returns a flux). If there is no ALB in between, the client requests breeze through with no problems. Streams are closed gracefully on both ends no ...
bichito's user avatar
  • 1,424
Advice
2 votes
1 replies
109 views

I'm confused with the very existence of the property: spring.http.codecs.max-in-memory-size= Limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated. This ...
gdevxy's user avatar
  • 148
-3 votes
0 answers
63 views

I’m running two Java microservices (A → B) in a Kubernetes cluster (GKE), using: Spring Boot 3.5 (WebFlux) ReactiveFeign (Playtika Feign Reactor 4.2.1) OpenTelemetry Java Agent (2.20.1) OTLP ...
eyal tamsot's user avatar
0 votes
0 answers
33 views

in my Spring WebFlux project, I cache endpoints with specific annotations at application startup time using the following DTO. data class ExplorerResult<T>( override val supportedPaths: Set&...
Burak Erdem's user avatar
1 vote
1 answer
88 views

I'm trying to download a large file with with Spring web client without loading an entire file to the memory. I have such service method: @Override public StreamingResponseBody download() { Flux&...
Роман Григорьев's user avatar
2 votes
1 answer
79 views

In doFinally have printed the signal type to finally verify that it was a cancellation (CANCEL). However, this is not captured as part of doOnError as technically cancellation is not part of error. ...
Patrick's user avatar
  • 1,815
Advice
1 vote
3 replies
39 views

I tried a lot of different options, but I cannot find the right dependency that works with Kotlin ans WebFlux simulatneously. Which one should I use? Is it possible to have this setup?
Taserface's user avatar
  • 123
Best practices
0 votes
1 replies
57 views

In which cases does it make sense to wrap the result of a function that returns a Mono in Mono.defer, when assigning it to a variable and using it later? F.e. fun getMono(): Mono<Int> // some ...
rdm's user avatar
  • 330
1 vote
1 answer
87 views

I am using spring-webflux version 3.2.x I want to log the total elapsed time of an whole pipeline execution. I have found a method elapsed() but I want the total time, but I want the total time, not ...
javaTry's user avatar
  • 1,355

15 30 50 per page
1
2 3 4 5
447