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

Enable dedicated streams to start from interruption #417

Closed
Tracked by #396
morgsmccauley opened this issue Nov 21, 2023 · 0 comments · Fixed by #517
Closed
Tracked by #396

Enable dedicated streams to start from interruption #417

morgsmccauley opened this issue Nov 21, 2023 · 0 comments · Fixed by #517

Comments

@morgsmccauley
Copy link
Collaborator

morgsmccauley commented Nov 21, 2023

After #418, each Indexer will have it's own dedicated stream. To persist these streams across restarts, we need to store the last_indexed_block in Redis, so that it can continue where it left off, essentially "Start from interruption".

This will need to be implemented in Coordinator V1, so when the new Control Plane starts, it's able to continue where it left off. But, this should also be implemented in #418, within the new Block Streamer service.

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

Successfully merging a pull request may close this issue.

2 participants