-
2024.05.29 CQRS in ActionTIL 2024. 5. 29. 23:15
CQRS in Action: Building Robust Micro Services with Spring Boot
CQRS in Action: Building Robust Micro Services with Spring Boot
In this article we will clearly see how the CQRS design pattern will demystify some of the challenges that we will encounter while building…
towardsdev.com
CQRS에 관한 글이다.
여태 CQRS예시로는 하나의 프로젝트에서 read와 write를 분리시키는 것만 보았는데 해당 글에서는 프로젝트를 분리시켰다.
본문에서도 말하지만 이건 작은 프로젝트에서는 오버 엔지니어링이 될 수 있다.
뭐든 장점이 뭔지 파악하고 우리에게 무엇이 맞는지 확인해야 한다.
'TIL' 카테고리의 다른 글
2024.06.03 Design a Real-Time Leaderboard system (0) 2024.06.03 2024.05.30 High-Level System Architecture (0) 2024.05.31 2024.05.27 StackOverflow Monolithic Architecture (0) 2024.05.27 2024.05.26 Load Balancing Challenges in Apache Kafka (0) 2024.05.26 2024.05.17 Microservices and Persistent Data (0) 2024.05.18