PartitionCache.Processing
1.0.0
Install-Package PartitionCache.Processing -Version 1.0.0
dotnet add package PartitionCache.Processing --version 1.0.0
<PackageReference Include="PartitionCache.Processing" Version="1.0.0" />
paket add PartitionCache.Processing --version 1.0.0
#r "nuget: PartitionCache.Processing, 1.0.0"
// Install PartitionCache.Processing as a Cake Addin
#addin nuget:?package=PartitionCache.Processing&version=1.0.0
// Install PartitionCache.Processing as a Cake Tool
#tool nuget:?package=PartitionCache.Processing&version=1.0.0
PartitionCache is a simple persistent producer partition cache. It acts as a persistent store of the partition number each item belongs to. PartitionCache fills the void of persistent Dictionary where int is the partition and string is the name of the producer. This allows producers or unique keys to have a persistent unique integer assigned to them for their lifetime. PartitionCache gets out of your way and allows you to model your code to eventually migrate to Kafka, Azure Event Hubs or Amazon Kinesis.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 6.0.0)
- PartitionCache.Client (>= 1.0.0)
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 |
---|---|---|
1.0.0 | 1,238 | 12/9/2014 |