My Thoughts About Java Reactive Programming
Context Traditional Java applications use thread pools for simultaneous I/O operations (such as a REST call). Each request consumes a thread freed at the end of the processing only. So, whenever the thread pool is empty, new requests are blocked wait...
Dec 11, 20212 min read102
