Metadata >> NuGet >> kafka4net

kafka4net

Metadata

Authors NTent
Copyrights Copyright NTent 2015
Description 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.
LicenseUrl http://www.apache.org/licenses/
Owners NTent
ProjectUrl https://github.com/ntent-ad/kafka4net
ReleaseNotes Bug fix release
RequireLicenseAcceptance False
Summary Event-driven async Kafka driver for .NET
Tags kafka kafka4net
Dependencies Microsoft.Tpl.Dataflow:4.5.24|Rx-Main:2.2.5
Title kafka4net
PackageSize 272006
PackageHashAlgorithm SHA512
PackageHash zcC4hlWCKQS/NqsN5dAYpwuvW03iyS4+UprB0CXWydWOBZibtFsEEWTmUSEtuz+Qx85OKdbkuvtURqIEfIAfVg==
DownloadCount 000000
CreatedDate 2015-10-06T22:39:45

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install kafka4net -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install kafka4net -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package kafka4net
Installing the package (HTTP Basic authentication):
Install-Package kafka4net -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package kafka4net -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package kafka4net

OpenWrap

Installing the package:
o add-wrap kafka4net
Uninstalling the package:
o remove-wrap kafka4net

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.5757.24248
0.1.5627.17670