Command to run the project: ./mvnw -pl reactive-stream-response clean spring-boot:run
Next, call the service via: curl http://localhost:8080/stream
and see how response comes by chunks
Command to run the project: ./mvnw -pl flux-take-until-other clean spring-boot:run
Command to run the project: ./mvnw -pl async-scheduled-call-external-service clean spring-boot:run