https://byungwoo.oopy.io/0e5485ba-dc5e-4951-a611-81ce08291817 참고 하였음. 1. Lima 설치 Lima는 Mac에서 Linux VM을 손쉽게 관리할 수 있는 오픈소스이다. Lima로 Docker Engine CE가 설치된 Ubuntu를 설치하고 호스트에서 Docker CLI를 연결하여 사용할 수 있다. GitHub - lima-vm/lima: Linux virtual machines, typically on macOS, for running containerd Linux virtual machines, typically on macOS, for running containerd - GitHub - lima-vm/lima: Linux virtual mach..

네이버 클라우드 플랫폼 VM 3대 구성 zookeeper 설치를 위해 아래 명령어로 zookeeper 3.4.12 압축파일을 다운받아 줍니다. $ wget https://archive.apache.org/dist/zookeeper/zookeeper-3.4.12/zookeeper-3.4.12.tar.gz 다운받은 zookeeper 압축파일은 아래 명령어로 풀어줍니다. $ tar xvf zookeeper-3.4.12.tar.gz 각 host별로 /etc/hosts를 설정해줘야 하는데요. 자기자신의 host는 0.0.0.0으로 설정하고 나머지 host는 ip로 할당되록 설정해줍니다. // 만약 test-broker01인 경우 0.0.0.0 test-broker01 14.252.123.4 test-broker0..

Topic에 Event 생성 (Produce) bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server localhost:9092 생성된 Event 읽기 (Consume) bin/kafka-console-consumer.sh --topic quickstart-events --from-beginning --bootstrap-server localhost:9092 Topic, Partition, Message 순서 참고 www.popit.kr/kafka-%ec%9a%b4%ec%98%81%ec%9e%90%ea%b0%80-%eb%a7%90%ed%95%98%eb%8a%94-%ec%b2%98%ec%9d%8c-%ec%a0%91%ed%95%9..