I have the next code.
private Flux saveCompanies(List companies) { return Flux.fromIterable(companies) .flatMap(c -&