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)
How to stream data from the server using WebFlux
My task is to simply make controller that gives me results immediately when they are ready (simple example below)
Imagine:
I want to get the exact number of Strings (for example 1000 Strings that are ...
lol
Votes: 0
Answers: 2
Request stuck when multipart streaming enable in webflux
I'm trying to forward the multipart data to another API. I'm successfully able to do it.
2022-04-07 22:26:06,822 LL="INFO" TR="loopClient-nio-3" LN="com.example.demo.MainCont...
cool_ravi
Votes: 0
Answers: 0
java.lang.NoClassDefFoundError: Could not initialize class org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder
I am trying to use spring WebClient wc = WebClient.create(); in a non-Spring application, but it looks like DefaultExchangeStrategiesBuilder.DEFAULT_EXCHANGE_STRATEGIES returns null
causing error:
jav...
Amigma
Votes: 0
Answers: 1
How to get a Page in EntityExchangeResult from spring reactive route?
I have a spring reactive route that returns a Page of type objects. I am able to get the String representation of the Page in my integ test case. However, I am not able to get the Page type. The fo...
Katlock
Votes: 0
Answers: 0