File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- NestJs Http and NestJs Kafka Microservice.
1+ # NestJs Boilerplate Ack Kafka
2+
3+ NestJs Hybrid Http and NestJs Kafka Microservice.
24
35Fork from [ ack-nestjs-boilerplate] ( https://github.com/andrechristikan/ack-nestjs-boilerplate.git )
46
Original file line number Diff line number Diff line change 11import { DynamicModule , Global , Module } from '@nestjs/common' ;
22import { ConfigModule , ConfigService } from '@nestjs/config' ;
33import { ClientsModule , Transport } from '@nestjs/microservices' ;
4- import {
5- ConsumerConfig ,
6- ConsumerSubscribeTopics ,
7- ProducerConfig ,
8- } from 'kafkajs' ;
4+ import { ConsumerSubscribeTopics , ProducerConfig } from 'kafkajs' ;
95import {
106 KAFKA_PRODUCER_SERVICE_NAME ,
117 KAFKA_TOPICS_REPLY ,
You can’t perform that action at this time.
0 commit comments