UNPKG

@alexknips/nestjs-kafka-events

Version:

Lightweight, tested, straight-forward wrapper around KafkaJS and Confluent's Schema Registry.

9 lines (8 loc) 265 B
export * from './decorators'; export * from './deserializer'; export * from './interfaces'; export * from './providers'; export * from './serializer'; export * from './kafka.module'; export * from './kafka.service'; export * from './kafka-event-functions.service';