Implementing Retry with Resilience4JIn this article you will see how to use Resilience4j retry module
Transactional Messaging(Polling publisher)In this tutorial, you will learn how to tolerate dual write problem and how to implement polling publisher pattern using Spring Boot
Write Skew Problem and Distributed LockIn this tutorial, you will see how to solve the write skew problem using the distributed lock.
Lost Update ProblemThis article describes the lost update anomaly that every developer should be aware of and how to prevent it.
Strategy Pattern With Spring BootIn this article, you will see how to implement Strategy Design Pattern with Spring Boot.