Nest framework의 Kafka 기능을 소개합니다.
- Kafka broker: localhost:9092
- Kafka ui: http://localhost:8080
- Nest.js: http://localhost:3000
/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!!!"}
$ yarn
$ yarn docker:up
$ yarn docker:down
$ npm run start:dev