ReactoKinesix 0.2.0

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

// Install ReactoKinesix as a Cake Tool
#tool nuget:?package=ReactoKinesix&version=0.2.0

This client library makes it easy for you to build record-consuming real time applications on top of the Amazon Kinesis service.

     The library takes care of the plumbing required to track your progress and manage sharding changes in the underlying stream, as well as giving you different options to handle errors on a record-by-record basis.

     Scaling out your application is also supported and handled by the library, as new nodes start the processing of shards will be spread and load balanced automatically.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 5,494 8/19/2015
0.5.0 1,344 7/31/2015
0.4.0 1,366 5/8/2015
0.3.0 1,852 10/7/2014
0.2.1 1,036 10/3/2014
0.2.0 1,013 9/30/2014
0.2.0-beta 981 3/10/2014
0.1.0 1,227 1/1/2014

Breaking changes:
- record processor processes batch at a time
- record processor needs to respond with status and whether or not to place checkpoint after each batch
- kinesis app takes in a processor factory instead of processor instance
Bug fixes:
- fixed bug with wrong type of exception being checked in DynamoDBUtils.createTable
- fixed bug where ShardId attribute is assumed to be always present even when there's no data in the table
- handle exceptions other than ResourceNotFound during init state table phase
Minor:
- added stubs for dynamodb and kinesis
- added unit tests
- updated log4net and AWSSDK dependencies to latest