Kafunk 0.1.15

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

// Install Kafunk as a Cake Tool
#tool nuget:?package=Kafunk&version=0.1.15

Description not set

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 Kafunk:

Package Downloads
Nata.IO.Kafunk

Kafunk IO Library for the Nata Project

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.16 20,441 3/27/2018
0.1.16-alpha01 981 3/27/2018
0.1.15 1,076 3/19/2018
0.1.15-alpha05 895 3/19/2018
0.1.15-alpha04 876 3/19/2018
0.1.15-alpha03 897 3/14/2018
0.1.15-alpha02 967 3/14/2018
0.1.15-alpha01 963 3/5/2018
0.1.14-alpha02 949 2/28/2018
0.1.14-alpha01 990 12/27/2017
0.1.13 1,796 12/20/2017
0.1.13-alpha02 898 12/19/2017
0.1.11 1,083 12/12/2017
0.1.10 1,134 11/15/2017
0.1.9 1,043 11/14/2017
0.1.8 1,906 10/30/2017
0.1.6 1,051 10/23/2017
0.1.6-rc3 859 10/18/2017
0.1.6-rc2 880 10/17/2017
0.1.5 2,509 10/11/2017
0.1.5-rc6 852 10/10/2017
0.1.5-rc5 811 10/7/2017
0.1.5-rc4 808 10/6/2017
0.1.5-rc3 856 10/2/2017
0.1.5-rc2 839 9/27/2017
0.1.5-rc1 829 9/26/2017
0.1.4 1,324 8/3/2017
0.1.4-beta 1,018 7/27/2017
0.1.3-alpha 903 7/14/2017
0.1.2-alpha 923 7/3/2017
0.1.1-alpha 859 5/25/2017
0.1.0 3,177 5/1/2017
0.0.39-alpha001 938 4/11/2017
0.0.38-alpha001 1,003 3/29/2017
0.0.37-alpha001 935 3/27/2017
0.0.36-alpha001 952 3/23/2017
0.0.32-alpha001 949 2/28/2017
0.0.31-alpha001 986 2/24/2017
0.0.29-alpha001 897 2/23/2017
0.0.28-alpha001 906 2/22/2017
0.0.25-alpha001 985 2/10/2017
0.0.23-alpha001 877 2/8/2017
0.0.22-alpha001 915 2/8/2017
0.0.21-alpha001 918 2/7/2017
0.0.20-alpha001 862 2/6/2017
0.0.17-alpha001 941 1/17/2017
0.0.16-alpha001 915 1/10/2017
0.0.15-alpha001 944 1/9/2017
0.0.14-alpha001 915 1/9/2017
0.0.13-alpha001 1,036 1/6/2017
0.0.12-alpha001 893 1/6/2017
0.0.11-alpha001 911 1/5/2017
0.0.10-alpha001 875 1/4/2017
0.0.9-alpha001 858 1/3/2017
0.0.8-alpha001 857 1/3/2017
0.0.7-alpha001 901 1/2/2017

BREAKING: `FetchResponse` item now explicit structure rather than tuple. Breaking only if using low-level Fetch API.
BUG: consumer doesn't recover from `leaderless_partition_detected` #204
BUG: consumer would enter an infinite loop between `offsets_out_of_range` and `resuming_fetch_from_reset_offsets`
BUG: stalled consumers after TCP connection timeout
BUG: offsets committed for partitions which are no longer assigned after a rebalance
FEATURE: `ConsumerConfig.fetchMaxBytesOverride` allows increasing `fetchMaxBytes` to a ceiling on message too big exceptions.
FEATURE: `ProducerQueueType` to allow configuration of producer message queue networks.
IMPROVE: support for v0.11 of broker protocol, including v5 of Fetch and v3 of Produce APIs
IMPROVE: logging where `received_empty_buffer` logged as `INFO` message as it doesn't indicate an error
IMPROVE: connection managemeng to ensure only a single TCP connection per broker per Kafka connection
IMPROVE: Reduce recovery time from broker restarts and rebalancing
IMPROVE: improved TCP connection logging and log levels to reduce "false positives"