Consume csv in a streaming fashion then produce chunked response using spring webflux
Using webflux i would like to process a csv file in a streaming fashion and produce a chunked ndjson streamed response where each chunk is the result of the processing of each consumed line.