@globalart/platformatic-kafka
v1.4.0
Published
A Kafka modules for NestJS
Maintainers
Readme
@globalart/platformatic-kafka
A NestJS microservice transport built on top of @platformatic/kafka.
Features
- Transport strategy — drop-in
CustomTransportStrategyforapp.connectMicroservice() - Client proxy —
PlatformaticKafkaClientfor publishing events and messages - Auto-reconnect — exponential backoff on broker failures, for both strategy and client
- Producer-only mode — skip consumer setup when you only need to produce
- Batch emit — send multiple messages in a single broker round-trip
- Type-safe — full TypeScript support
Installation
npm install @globalart/platformatic-kafka @platformatic/kafkaDocumentation
For complete documentation, examples, and API reference, please visit the official documentation.
License
MIT
