Below example prints integers from 1 to 10 and a list of (7, 8, 9, 10)
public void streamCollect() { ConnectableFlux connect = Flux.range(1,
The collectList waits for the onComplete signal, which you never produce in your create lambda