How to connect NestJS Kafka microervice inside Docker
I have an application in NestJS
It runs in Docker
I want to move some functionality to a microservice. For this I decided to use Kafka.
I have an application in NestJS
It runs in Docker
I want to move some functionality to a microservice. For this I decided to use Kafka.