plasne / fixed-partitioned-event-hub

A custom Event Hub processor that supports a fixed set of partitions, batch processing, and checkpointing.
MIT License
0 stars 0 forks source link

Consider handling all possible partition configurations #1

Open plasne opened 1 year ago

plasne commented 1 year ago

There are some cases that this code does not handle:

plasne commented 1 year ago

All of the code around partitions being INTs and being limited to 32 is simply so the checkpoint offsets could use an array and Interlocked. This could be easily changed.