Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9, 10, 11장. 도메인 모델과 바운디드 컨텍스트 + 이벤트 + CQRS #8

Open
tidavid1 opened this issue Dec 21, 2023 · 2 comments

Comments

@tidavid1
Copy link
Contributor

9, 10, 11장. 도메인 모델과 바운디드 컨텍스트 + 이벤트 + CQRS를 읽고 코멘트를 남겨주세요

@YongNyeo
Copy link
Contributor

바운디드 컨텍스트 개념을 통해 도메인 분리에 대한 사고가 확장되었습니다.
이벤트부분은 거의 구현 내용이었는데, 나중에 비동기 처리를 할 때 사용하면 좋은 기술이라고 느꼈습니다.
CQRS는 초반에 가볍게 읽은 부분이었는데, 도메인 사이즈가 커질수록 꼭 한번 도입해볼만한 구현방식이라고 생각했습니다.

@tidavid1
Copy link
Contributor Author

DDD를 적용하면서 경계의 구분에 대한 모호함에 대해서 고민이 있었는데 바운디드 컨텍스트 부분을 읽어보고 어느정도 이해할 수 있었습니다.
이벤트는 비동기적인 처리에 가장 큰 장점이 있는 기능으로 후에 적용해볼수 있다면 좋을 것 같다고 생각했습니다.
CQRS는 어느정도 도메인 사이즈가 되면 CQRS를 적용할 수 있을지에 대해서 고민해보면 좋을 것 같습니다! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants