In this article we'll look at how to implement Client Side Field-Level Encryption (CSFLE) in MongoDB with AWS KMS and Spring Boot. CSFLE allow us to...
Transactional outbox is a resilience pattern used in event-driven microservices to ensure that events are delivered reliably to consumers and maintain...