Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFP AVAD: Add public access to FeedRange from ChangeFeedProcessorContext #4620

Closed
philipthomas-MSFT opened this issue Aug 1, 2024 · 0 comments · Fixed by #4621
Closed

CFP AVAD: Add public access to FeedRange from ChangeFeedProcessorContext #4620

philipthomas-MSFT opened this issue Aug 1, 2024 · 0 comments · Fixed by #4621
Assignees

Comments

@philipthomas-MSFT
Copy link
Contributor

philipthomas-MSFT commented Aug 1, 2024

Is your feature request related to a problem? Please describe.
We have a customer that needs access to this for a complex scenario where they need to persist feed ranges as "bookmarks" along with the changed document's LSN. This is later validated to confirm whether the LSN has been processed or not. Details of the holistic view is located here.

Bookmark sample:

[
	{
		"Range": {
			"min": "",
			"max": "05C1DFFFFFFFFC"
		},
		"LSN": "0"
	}
]

Describe the solution you'd like
Give the customer access to FeedRange from ChangeFeedProcessorContext

ChangeFeedProcessorContext.FeedRange

Describe alternatives you've considered
n/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant