Franz 1.0.0
See the version list below for details.
dotnet add package Franz --version 1.0.0
NuGet\Install-Package Franz -Version 1.0.0
<PackageReference Include="Franz" Version="1.0.0" />
paket add Franz --version 1.0.0
#r "nuget: Franz, 1.0.0"
// Install Franz as a Cake Addin #addin nuget:?package=Franz&version=1.0.0 // Install Franz as a Cake Tool #tool nuget:?package=Franz&version=1.0.0
Kafka client for .NET written in F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (= 4.0.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed bug where high level consumer did not handle OffsetOutOfRange error, causing consuming to stop
Added consumer options to control consumer behaviour, like TcpTimeout, MaxBytes, MinBytes and WaitTime
Fixed bug where producer wouldn't send messages to topics being autocreate on use
Handle situation where all brokers are unavailable. This fix throws an exception when this happens, but performing the action again when brokers are available again will work.
Add support for batching multiple messages in a single produce request
Support consuming from a subset of partitions
Support producing to a subset of partitions
Add overloads to better make it easier to call methods and constructors with many arguments