Commit a68fa9c
Fix missing offsetString in EventContext checkpoint update
EventContext.updateCheckpointAsync() only called setOffset(Long) (deprecated),
but BlobCheckpointStore.updateCheckpoint() reads getOffsetString() which returned
null - causing offset to never be stored in the checkpoint blob metadata.
Added setOffsetString(eventData.getOffsetString()) to match the pattern already
used in EventBatchContext.
Fixes #46752
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d55cdf5 commit a68fa9c
File tree
1 file changed
+1
-0
lines changed- sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/models
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments