Hi Team,
When I tried to save data using reactiveMongoRepository.save() . It’s not working.(I am not getting any errors and data is not available in the collection) but mongoRepository.save() is working fine without any issues. I could see data in collection.
Thanks