UNPKG

kafka-nestjs

Version:

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

10 lines (9 loc) 279 B
import { ServerException } from "./server.exception"; export declare class KafkaDuplicateGroupIdServerException extends ServerException { constructor(methodDescription: { name: string; path: string; provider: string; module: string; }); }