5.7.0-beta.5 (2022-04-05)
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
- Daniel Marbach (GitHub)
Features Added
-
An additional base class for event processors,
PluggableCheckpointStoreEventProcessor<T>
, has been added to simplify creating customized event processors and integrate with concreteCheckpointStore
implementations. -
An abstract
CheckpointStore
is now available for use with thePluggableCheckpointStoreEventProcessor<T>
to simplify creating customized event processors and allow reusing existing checkpoint store implementations.
Other Changes
- Partition key hashing performed by the
EventHubBufferedProducerClient
has been improved for better performance and efficiency. (A community contribution, courtesy of danielmarbach)