Info
Version: | 3.4.1 |
Author(s): | glazkovalex |
Last Update: | Friday, June 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/glazkovalex/Rebus.Kafka |
NuGet Url: | https://www.nuget.org/packages/Rebus.Kafka |
Install
Install-Package Rebus.Kafka
dotnet add package Rebus.Kafka
paket add Rebus.Kafka
Rebus.Kafka Download (Unzip the "nupkg" after downloading)
Dependencies
- Confluent.Kafka(>= 1.5.3)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.10)
- Newtonsoft.Json(>= 12.0.3)
- Rebus(>= 6.4.1)
- System.Reactive.Linq(>= 4.4.1)
Tags
So as to interact with the Apache Kafka requires the unmanaged "librdkafka", you need to install the appropriate version of the package "librdkafka.redist".
If this unmanaged "librdkafka" is not found automatically, you must load it before you can use Rebus.Kafka for the first time as follows: "Confluent.Kafka.Library.Load (pathToLibrdkafka)".