ReactoKinesix 0.6.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.
Install-Package ReactoKinesix -Version 0.6.0
dotnet add package ReactoKinesix --version 0.6.0
<PackageReference Include="ReactoKinesix" Version="0.6.0" />
paket add ReactoKinesix --version 0.6.0
#r "nuget: ReactoKinesix, 0.6.0"
Release Notes
- depend on the more current FSharp.Control.Reactive instead of FSharp.Reactive
Dependencies
-
- AWSSDK (>= 2.3.0 && < 3.0.0)
- FSharp.Control.Reactive (>= 3.2.0 && < 4.0.0)
- log4net
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.