Skip to content

azure-messaging-eventhubs_5.19.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare

5.19.0-beta.1 (2024-05-21)

Features Added

  • Added support for Geo Disaster recovery.
  • Added EventData.getReplicationSegment().
  • Added getBeginningEnqueuedReplicationSegment() and getLastEnqueuedReplicationSegment() to PartitionProperties.
  • Added getReplicationSegment() into LastEnqueuedEventProperties.

Breaking Changes

  • EventData.getOffset(), CheckpointStore.getOffset(), EventData.getOffset(), and LastEnqueuedEventProperties.getOffset() are changed from Long to String.

Bugs Fixed

  • Fixed issue where creating EventProcessorClient instances using the same EventProcessorClientBuilder instance could result in incorrect properties. (#29875)