PartitionCache.Processing
1.0.0
dotnet add package PartitionCache.Processing --version 1.0.0
NuGet\Install-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 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. |
-
.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,639 | 12/9/2014 |