Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

azure-eventhub 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@annatisch annatisch released this 07 Aug 17:53
· 34 commits to master since this release
97137ac
  • Stability improvements for EPH.

  • Updated uAMQP version.

  • Added new configuration options for Sender and Receiver; keep_alive and auto_reconnect.
    These flags have been added to the following:

    • EventHubClient.add_receiver
    • EventHubClient.add_sender
    • EventHubClientAsync.add_async_receiver
    • EventHubClientAsync.add_async_sender
    • EPHOptions.keey_alive_interval
    • EPHOptions.auto_reconnect_on_error