/nestjs-kafka

Primary LanguageTypeScript

nestjs-kafka

🚀 Features

Usage

Start Kafka, Schema Registry and UI with:

docker-compose up -d

Optionally start OpenTelemetry and Vector as well:

docker-compose --profile telemetry up -d

Start the NestJS microservers with:

npx turbo run dev