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

Provide an API for integration done so personalities know when they can shutdown #341

Open
mhutchinson opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mhutchinson
Copy link
Contributor

At the moment personalities have no way of knowing whether there is still important background work happening to integrate sequenced entries into the log. For AWS/GCP, this means that a personality could accept a bunch of writes, sequence them, and then shut down. These sequenced entries would not be available via the read API until a storage instance is created again, but the personality has no way of knowing when this work is complete if it didn't keep its own record of the last issued sequence number.

Options:

@mhutchinson mhutchinson added this to the beta milestone Nov 27, 2024
@mhutchinson mhutchinson added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant