I have a table having 10 million of records and exposed as a web service (with spring react Flux) with unbounded stream. Is there anything in spring batch or any specific reader can read from from unbounded stream.
Below link only is example of reading from Web service but it is bounded one.
Asked
Active
Viewed 2,187 times
0

kabinarayan dalei
- 95
- 1
- 1
- 5
-
1Not sure if I understand your question but I think you are looking for webClient using MediaType TEXT_EVENT_STREAM. See https://stackoverflow.com/questions/41396430/spring-5-web-reactive-how-can-we-use-webclient-to-retrieve-streamed-data-in-a – Jonathan Heinen Oct 10 '19 at 15:51
-
2Can i use webclient as part of spring batch reader – kabinarayan dalei Oct 10 '19 at 17:09
-
Hi Dalei, I am facing the same issue. Did you found any solution for this ? Thanks – angus Mar 26 '21 at 17:48