Skip to content

A simple NestJS Dynamic Module to allow for quick configuration of Kafka

Notifications You must be signed in to change notification settings

Kenneth5259/Nest-Kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a NestJS Module for enabling a consumer service and a producer service.

The module is dynamic and accepts a KafkaConfig object, defined in the src/config folder.

The default values for the config are:

  • localhost for the broker,
  • 9092 as the port
  • defaultGroupId as the group id for the consumer

About

A simple NestJS Dynamic Module to allow for quick configuration of Kafka

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published