Update README.md

This commit is contained in:
kimhyungkook
2019-08-01 14:49:35 +09:00
committed by GitHub
parent 15ac1ef784
commit 091db84695

View File

@@ -18,3 +18,11 @@ bin/windows/kafka-console-produce.bat --broker-list http://34.85.73.178:31090 --
bin/window/kafka-console-consumer.bat --bootstrap-server http://34.85.73.178:31090 --topic eventTopic --from-beginning bin/window/kafka-console-consumer.bat --bootstrap-server http://34.85.73.178:31090 --topic eventTopic --from-beginning
## 각 팀별로 event-storming 에 있는 프로젝트를 fork
## 각 팀별 개발 시작
## 템플릿 프로젝트는 주문이 발생하였을때 연관되어서 이벤트가 발생하도록 설계됨
http localhost:8081/orders productId=1 productName="TV" quantity=1 customerName="홍길동" customerAddr="서울시"