Skip to content

Azure.Messaging.EventHubs_5.7.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 05 Apr 16:40
88b29ed

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:

Features Added

  • An additional base class for event processors, PluggableCheckpointStoreEventProcessor<T>, has been added to simplify creating customized event processors and integrate with concrete CheckpointStore implementations.

  • An abstract CheckpointStore is now available for use with the PluggableCheckpointStoreEventProcessor<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)