Lightweight F# wrapper for Confluent.Kafka.
Info
Version: | 1.9.2 |
Author(s): | @jet @eulerfx @eiriktsarpalis @jgardella @michaelliao5 and contributors |
Last Update: | Thursday, August 11, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jet/FsKafka |
NuGet Url: | https://www.nuget.org/packages/FsKafka |
Install
Install-Package FsKafka
dotnet add package FsKafka
paket add FsKafka
FsKafka Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Confluent.Kafka(>= 1.5.3 && <= 1.5.3)
- FSharp.Core(>= 4.3.4)
- Newtonsoft.Json(>= 11.0.2)
- Serilog(>= 2.7.1)
- librdkafka.redist(>= 1.5.3 && <= 1.5.3)
- Confluent.Kafka(>= 1.5.3 && <= 1.5.3)
- FSharp.Core(>= 3.1.2.5)
- Newtonsoft.Json(>= 11.0.2)
- Serilog(>= 2.7.1)
- librdkafka.redist(>= 1.5.3 && <= 1.5.3)
Tags