An extension of Confluent.Kafka for use with Microsoft.Extensions.DependencyInjection (and friends).
Info
Version: | 3.1.0 |
Author(s): | Kyle McClellan |
Last Update: | Friday, July 21, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kmcclellan/kafka-di |
NuGet Url: | https://www.nuget.org/packages/Confluent.Kafka.DependencyInjection |
Install
Install-Package Confluent.Kafka.DependencyInjection
dotnet add package Confluent.Kafka.DependencyInjection
paket add Confluent.Kafka.DependencyInjection
Confluent.Kafka.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Confluent.Kafka(>= 1.5.3)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)
Tags