KafkaConsumerTemplateV8 1.0.19

Suggested Alternatives

KafkaConsumerMongoDbTemplateV8

dotnet add package KafkaConsumerTemplateV8 --version 1.0.19
                    
NuGet\Install-Package KafkaConsumerTemplateV8 -Version 1.0.19
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KafkaConsumerTemplateV8" Version="1.0.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KafkaConsumerTemplateV8" Version="1.0.19" />
                    
Directory.Packages.props
<PackageReference Include="KafkaConsumerTemplateV8" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KafkaConsumerTemplateV8 --version 1.0.19
                    
#r "nuget: KafkaConsumerTemplateV8, 1.0.19"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=KafkaConsumerTemplateV8&version=1.0.19
                    
Install KafkaConsumerTemplateV8 as a Cake Addin
#tool nuget:?package=KafkaConsumerTemplateV8&version=1.0.19
                    
Install KafkaConsumerTemplateV8 as a Cake Tool

Kafka Consumer Project Template for .NET 8

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.

Features

  • Built for .NET 8 with worker services.
  • Pre-configured with essential libraries like Akka.NET using AkkaNetApiAdapter, KafkaConsumerHost, KafkaProducerHost, and MongoODM.
  • Ready to handle Kafka message processing efficiently.
  • Dependency injection support for easy integration of services.

Prerequisites

  1. .NET SDK 8.0 or higher Download and install .NET 8.
  2. NuGet Package Source Ensure you have access to NuGet package feeds.

Installation

To install the Kafka Consumer Template globally on your machine via NuGet:

  1. Open a terminal or command prompt.
  2. Run the following command:
dotnet new install KafkaConsumerTemplateV8

Usage

To create a new Kafka consumer project using the template:

  1. Open a terminal or command prompt.
  2. Run the following command:
dotnet new KafkaConsumerTemplateV8 -n MyKafkaConsumer

Replace MyKafkaConsumer with your desired project name.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.