Skip to content

sdg9670/nestjs-kafka

Repository files navigation

Description

Nest framework의 Kafka 기능을 소개합니다.

Port 및 URL

Request body (JSON)

  • /sum
    • type: number[]
    • example: [1,2,3,4,5]
  • /max
    • type: number[]
    • example: [1,2,3,4,5]
  • /print
    • type: { message:string }
    • example: {"message": "Hello!!!"}

Installation

$ yarn

Running docker

$ yarn docker:up
$ yarn docker:down

Running the app

$ npm run start:dev

About

Nest.js에서 Kafka 사용하기 (이벤트 기반)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published