Replies: 1 comment
-
TODO: 트랜잭션을 관리하는 DuplicateMessageDetector를 사용하는 경우 메시지 핸들러에서 트랜잭션을 관리(예: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2a999b5
주방 서비스.
kafka를 통해 도메인 이벤트 구독.
KitchenServiceConfiguration
에서DomainEventDispatcher
를 등록.DomainEventDispatcher
에서KitchenServiceConsumer
를 사용.RestaurantCreated
도메인 이벤트가 수산되면KitchenService
를 호출하여 메뉴 정보 upsert.https://eventuate.io/docs/manual/eventuate-tram/latest/getting-started-eventuate-tram.html#_consuming_messages
Beta Was this translation helpful? Give feedback.
All reactions