You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, have you tried out the transactional support with the Cosmos DB API for MongoDB v4.0? I have already updated our server to 4.0, and have the MongoTransactionManager bean setup, and applied the @Transactional to the method. But I don't see anything happen. the record still being inserted and no rollback happens when an error happens.
The same code I can get it working in a pure MongoDB 4.x server