How to make calls to external services in parallel with reactive java
Im using java 17 and I would like to know an efficient way to make calls in parallel using reactive programming.
Im using java 17 and I would like to know an efficient way to make calls in parallel using reactive programming.