다운로드 https://kafka.apache.org/downloads
주키퍼 실행 bin/windows/zookeeper-server-start.bat config/zookeeper.properties
카프카 실행 bin/windows/kafka-server-start.bat config/server.properties
publish bin/windows/kafka-console-produce.bat --broker-list http://34.85.73.178:31090 --topic eventTopic
consume bin/window/kafka-console-consumer.bat --bootstrap-server http://34.85.73.178:31090 --topic eventTopic --from-beginning
http localhost:8081/orders productId=1 productName="TV" quantity=1 customerName="홍길동" customerAddr="서울시"