PartitionCache.Client
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.
Install-Package PartitionCache.Client -Version 1.0.0
dotnet add package PartitionCache.Client --version 1.0.0
<PackageReference Include="PartitionCache.Client" Version="1.0.0" />
paket add PartitionCache.Client --version 1.0.0
#r "nuget: PartitionCache.Client, 1.0.0"
Dependencies
-
.NETFramework 4.5
- Newtonsoft.Json (>= 6.0.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PartitionCache.Client:
Package | Downloads |
---|---|
PartitionCache.Processing
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.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 815 | 12/9/2014 |