A .NET project template for quickly setting up Kafka consumer applications. This template simplifies the process of building robust Kafka consumer services with essential configurations and features like message consumption, dependency injection, and graceful shutdown handling. Perfect for developers working with Apache Kafka in .NET.
$ dotnet add package KafkaConsumerMongoDbTemplateV8A .NET project template for quickly setting up Kafka consumer applications. This template simplifies the process of building robust Kafka consumer services with essential configurations and features like message consumption, dependency injection, and graceful shutdown handling. Perfect for developers working with Apache Kafka in .NET.
To install the Kafka Consumer Template globally on your machine via NuGet:
dotnet new install KafkaConsumerMongoDbTemplateV8
To create a new Kafka consumer project using the template:
dotnet new KafkaConsumerMongoDbTemplateV8 -n MyKafkaConsumer
Replace MyKafkaConsumer with your desired project name.