I gave a presentation titled “Migration from Monolith to Microservices - A Survey of Strangler Patterns” at Spring Fest 2020 on 12/17/2020.
https://springfest2020.springframework.jp/
Migration from Monolith to Microservices - A Survey of Strangler Patterns
Strangler Pattern is one of the strategies for moving from monoliths to microservices. Strangler Pattern enables a step-by-step migration and reduces the risk of migration failure. In this article, I would like to introduce Strangler Pattern with an example using Spring Cloud.