Reactive Java Spring Boot with MongoDB

Reactive Java Spring Boot with MongoDB

Originally Published Apr 02, 2024

Quick start to Reactive Java Spring Boot and Spring Data MongoDB with an example application which includes implementations ofReactiveMongoRepository and ReactiveMongoTemplate and multi-document ACID transactions

Read more on Developer Center

Author: Teo Wen Jie

As per official doc, MongoDB has certain limitations in Reactive transactions.
Sessions & Transactions :: Spring Data MongoDB

How can we overcome this.