maxime-agusti / nestjs-kafka-based-microservices

NestJS Kafka-based Microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS Kafka-based Microservices

Please refer to nestjs/nest#5701

How to reproduce the bug ?

$ docker-compose up
$ curl http://localhost:3000/count/5
["i-1","i-2","i-3","i-5"]
$ curl http://localhost:3000/count/10
["i-1","i-2","i-3","i-4","i-5","i-6","i-7","i-8","i-10"]

About

NestJS Kafka-based Microservices


Languages

Language:TypeScript 81.5%Language:JavaScript 16.6%Language:Dockerfile 1.9%