Kafka Tutorial을 위한 환경구성
테스트 환경 : 192.168.20.121 (우분투 20.xx) , Docker 사용
Case 1. 도커 실행 방법
$ git clone [<https://github.com/confluentinc/cp-docker-images.git>](<https://github.com/confluentinc/cp-docker-images.git>)
$ cd cp-docker-images/examples/kafka-single-node
$ docker-compose up -d
Case 2. 직접 실행 방법
참고 사이트 1 : https://kafka.apache.org/quickstart
참고 사이트 2 : https://www.youtube.com/watch?v=O69sz842sFs&ab_channel=RuslanTsyganok