'ReactiveMongoTemplate with CSFLE

I have a fully functional Spring Boot application using MongoDB with CSFLE. I am using the Community Edition of MongoDB, manual encryption of a property in the document being stored, and automatic decryption. The automatic decryption worked just fine with imperative programming and MongoTemplate, but when I switched to using ReactiveMongoTemplate, the automatic decryption no longer works (I don't get the document at all).

Not providing any code right now, just wanted to check first if it is supposed to be working or if there is a limitation with ReactiveMongoTemplate.

Could not find anything about this in the documentation or when searching the web.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source