Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
1 answer
58 views

Purpose: get headers ext org.springframework.http.HttpHeaders using org.springframework.web.reactive.function.client.WebClient from generated endpoints list without knowing their exact number. limit ...
0 votes
1 answer
87 views

With the deprecation of MappingJacksonValue in spring boot 4/Jackson 3, I'm trying to figure out how to serialize my objects based on a JsonView. I have the following SSE endpoint : @GetMapping(...
Best practices
0 votes
1 replies
59 views

I have a reactive spring webflux rest api which exposes a REST endpoint. The business logic of the rest endpoint is straightforward. Based on some ID, I am going to call another third-party service I ...
2 votes
0 answers
105 views

In Spring WebFlux, when working with reactive streams , why is it recommended to return a Publisher (like Mono.error()) instead of throwing an exception directly within a stream? I saw this question ...
0 votes
0 answers
75 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 ...
2 votes
1 answer
98 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, ...
Advice
0 votes
1 replies
47 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 ...
0 votes
2 answers
58 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 ...
1 vote
2 answers
109 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: ...
0 votes
1 answer
65 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 ...
0 votes
0 answers
13 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 ...
Advice
2 votes
1 replies
125 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 ...
0 votes
0 answers
34 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&...
1 vote
1 answer
90 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&...
2 votes
1 answer
86 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. ...

15 30 50 per page
1
2 3 4 5
...
447

AltStyle によって変換されたページ (->オリジナル) /