UNPKG

kafka-nestjs

Version:

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

16 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KafkaInvalidConfigServerException = void 0; const server_exception_1 = require("./server.exception"); class KafkaInvalidConfigServerException extends server_exception_1.ServerException { constructor() { super({ information: { message: 'Invalid Kafka configuration', identifier: 'kafka.invalid-config', }, }); } } exports.KafkaInvalidConfigServerException = KafkaInvalidConfigServerException; //# sourceMappingURL=kafka.invalid-config.server.exception.js.map