Frends.AzureEventHub.UpdateCheckpoint / 1.4.0
Summary
Moves the stored read position for a consumer group, forward or back by a number of events, either across all partitions or only the ones you name.
Typical use — replaying a stretch of events after a failed run, or skipping past a message that cannot be processed, without touching the receive Process itself
1.4.02026-08-13
Changed
- Added documentation link and error property to comply with Frends task standards.
1.3.02026-01-22
Changed
- Set FailIfPartitionMissing default to false and clarified its documentation, including how skipped partitions are treated and how it interacts with ThrowErrorOnFailure
1.2.02026-01-16
Changed
- Update Azure packages to latest versions.
- Azure.Storage.Blobs to 12.27.0
1.1.02025-11-20
Changed
- Fixed checkpoint implementation to use Azure Event Hubs metadata format and removed unsupported timestamp adjustment feature.
1.0.02025-07-23
Changed
- Initial implementation