ReactoKinesix 0.2.0
See the version list below for details.
dotnet add package ReactoKinesix --version 0.2.0
NuGet\Install-Package ReactoKinesix -Version 0.2.0
<PackageReference Include="ReactoKinesix" Version="0.2.0" />
paket add ReactoKinesix --version 0.2.0
#r "nuget: ReactoKinesix, 0.2.0"
// 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 | 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. |
-
- AWSSDK (>= 2.3.1)
- FSharp.Reactive (>= 2.2.131002)
- log4net (>= 2.0.3)
- Rx-Main (>= 2.2.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.0 | 197 | 10/7/2014 |
0.2.1 | 57 | 10/3/2014 |
0.2.0 | 56 | 9/30/2014 |
0.2.0-beta | 52 | 3/10/2014 |
0.1.0 | 86 | 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