kafka4net 1.2.5816.28225

There is a newer version of this package available.
See the version list below for details.
dotnet add package kafka4net --version 1.2.5816.28225
NuGet\Install-Package kafka4net -Version 1.2.5816.28225
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="kafka4net" Version="1.2.5816.28225" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kafka4net --version 1.2.5816.28225
#r "nuget: kafka4net, 1.2.5816.28225"
#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.
// Install kafka4net as a Cake Addin
#addin nuget:?package=kafka4net&version=1.2.5816.28225

// Install kafka4net as a Cake Tool
#tool nuget:?package=kafka4net&version=1.2.5816.28225

Kafka driver for .NET

     Event-driven architecture, all asynchronous.
     Automatic following changes of Leader Partition in case of broker failure.
     Connection sharing: one connection per kafka broker is used.
     Flow control: slow consumer will suspend fetching and prevent memory exhausting.
     Integration tests are part of the codebase. Use Vagrant to provision 1 zookeeper and 3 kafka virtual servers.
     Use RxExtensions library to expose API and for internal implementation.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on kafka4net:

Package Downloads
Serilog.Sinks.Kafka

Write structured logging events to a Kafka topic using Serilog in .NET. Git commit hash: 56746a2

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 34,968 3/15/2017
2.0.0 9,750 5/24/2016
1.5.1.22222 4,412 3/2/2016
1.5.0.25835 1,947 2/5/2016
1.4.5872.26347 2,266 1/29/2016
1.3.5847.20860 1,488 1/4/2016
1.2.5816.28225 1,429 12/4/2015
1.1.5757.24248 2,130 10/6/2015
0.1.5627.17670 2,207 5/29/2015
0.1.5627.17354 1,481 5/29/2015
0.1.5626.26007 1,402 5/28/2015

Bug fix release