This repository was archived by the owner on Oct 12, 2023. It is now read-only.
azure-eventhub 1.1.0
-
Changes to
AzureStorageCheckpointLeaseManagerparameters to support other connection options (issue #61):- The
storage_account_name,storage_account_keyandlease_container_namearguments are now optional keyword arguments. - Added a
sas_tokenargument that must be specified withstorage_account_namein place ofstorage_account_key. - Added an
endpoint_suffixargument to support storage endpoints in National Clouds. - Added a
connection_stringargument that, if specified, overrides all other endpoint arguments. - The
lease_container_nameargument now defaults to"eph-leases"if not specified.
- The
-
Fix for clients failing to start if run called multipled times (issue #64).
-
Added convenience methods
body_as_strandbody_as_jsonto EventData object for easier processing of message data.