Info
Version: | 1.0.0 |
Author(s): | Jeremy Child |
Last Update: | Tuesday, December 9, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jeremychild/PartitionCache |
NuGet Url: | https://www.nuget.org/packages/PartitionCache.Processing |
Install
Install-Package PartitionCache.Processing
dotnet add package PartitionCache.Processing
paket add PartitionCache.Processing
PartitionCache.Processing Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.0)
- PartitionCache.Client(1.0.0)
Tags
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.