Merging more than 8 Monos with Reactor
My current project uses the reactive programming paradigm. I don’t have much experience with it, but over the past months I found my way around it. One service that I’m currently working on needs to retrieve different data from other services to generate an excel export. Every call that the service makes returns a Mono …