UNPKG

kafka-nestjs

Version:

A structured Kafka integration for NestJS inspired by BullMQ, offering decorators, modular configuration, and a scalable consumer/producer architecture.

5 lines (4 loc) 156 B
import { ServerException } from "./server.exception"; export declare class KafkaInvalidConfigServerException extends ServerException { constructor(); }