Kafka Nodejs 설치와 간단 사용 [kafkajs]

Docker 환경설정 docker-compose.yml 파일 생성 후 아래 코드 입력하고 저장 docker-compose up Nodejs 관련 라이브러리 설치 express와 kafkajs를 설치한다. producer.js 생성 후 아래 코드 입력하고 저장 consumer.js 파일을 생성하고 아래 코드를 입력하고 저장한다. Postman 또는 powershell의 curl을 이용해 테스트를 진행한다. Client로부터 request를 받으면 사전에 생성한 producer를 통해 토픽과 함께 메세지를 보낸다. consumer는 producer로부터 보내오는 메세지를 … Read more

Docker Ubuntu20.04.3LTS Install

기존 Docker 제거 repository 셋업 Docker official GPS Key 자신에 맞는 repository stable 적용본 글은 arm64를 사용했고 다른 사용자는 아래 링크로 가서 해당 글들을 따라하기를 권장한다. Install Docker Engine on Ubuntu | Docker Documentation Docker Engine 설치 업데이트 Docker Engine 찾기 예시 docker-ce | 5:20.10.8~3-0~ubuntu-focal | https://download.docker.com/linux/ubuntu focal/stable arm64 Packagesdocker-ce | 5:20.10.7~3-0~ubuntu-focal | https://download.docker.com/linux/ubuntu focal/stable … Read more