github Azure/azure-sdk-for-python azure-eventhub_5.2.0b1

latest releases: azure-ai-generative_1.0.0b9, azure-storage-file-datalake_12.17.0, azure-storage-queue_12.12.0...
pre-release4 years ago

5.2.0b1 (2020-07-06)

New Features

  • EventHubConsumerClient constructor accepts two new parameters for the load balancer.
    • load_balancing_strategy, which can be "greedy" or "balanced".
      With greedy strategy, one execution of load balancing will claim as many partitions as required to balance the load
      whereas with balanced strategy one execution of load balancing will claim at most 1 partition.
    • partition_ownership_expiration_interval, which allows you to customize the partition ownership expiration for load balancing.
      A consumer client may lose its owned partitions more often with a smaller expiration interval. But a larger interval
      may result in idle partitions not being claimed for longer time.
  • Added enum class azure.eventhub.LoadBalancingStrategy for load_balancing_strategy.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.