Breaking changes
- Renamed
BlobPartitionManager
toBlobCheckpointStore
. - Constructor of
BlobCheckpointStore
has been updated to take the storage container details directly rather than an instance ofContainerClient
. - A
from_connection_string
constructor has been added for Blob Storage connection strings. - Module
blobstoragepm
is now internal, all imports should be directly fromazure.eventhub.extensions.checkpointstoreblob
. BlobCheckpointStore
now has aclose()
function for shutting down an HTTP connection pool, additionally the object can be used in a context manager to manage the connection.
New features
BlobPartitionManager
that uses Azure Blob Storage Block Blob to store EventProcessor checkpoint data