Redis – Difference between blocking Spring Data and reactive Spring Data?
Why do we need non-blocking db connectors if we can just wrap the standard blocking query result in a reactive stream? Are Mongo, Redis, etc non-blocking connectors actually streaming data from the datasource, or fetch data in a blocking fashion,…