2019-12-03 5.0.0-preview.7
- Improves load-balancing capabilities to reduce the frequency that partitions are claimed by other running
instances ofEventHubConsumerClient.subscribe
after all partitions are being read.
(PR #6294) - Updated to use OpenTelemetry 0.2 via
@azure/core-tracing
Breaking changes:
- CheckpointStore and consumer group are now passed to the EventHubConsumerClient
constructor rather than being passed to subscribe().