MSA Demo with Spring Cloud - 주문 시나리오
주문흐름은 Kafka를 통하여 Order -> (kafka) -> Stock -> (kafka) -> Payment -> (kafka) -> Delivery -> (kafka) -> Order(저장) 으로 진행된다.
Event 성격에 따라 Topic을 queuing기반 혹은 publish-subscribe기반으로 정의할 수 있다.
'MSA' 카테고리의 다른 글
SpringBoot based MSA Demo Implementation (0) | 2020.09.10 |
---|---|
JWT를 이용한 Authentication 시나리오 (0) | 2020.02.03 |
Spring Cloud (3) ::: Order (0) | 2019.08.07 |
Spring Cloud (2) ::: Main (0) | 2019.08.07 |
Spring Cloud (1) ::: Gateway (0) | 2019.08.07 |