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

Local executor checkpointing #263

Open
dmvk opened this issue Feb 12, 2018 · 1 comment
Open

Local executor checkpointing #263

dmvk opened this issue Feb 12, 2018 · 1 comment

Comments

@dmvk
Copy link
Contributor

dmvk commented Feb 12, 2018

For streaming apps, we should implement simple checkpointing for LocalExecutor. Eg. when reading from kafka, we want to resume from last commited offset, so we can restart the app.

@je-ik
Copy link
Contributor

je-ik commented Feb 12, 2018

Implementation note: we should periodically persist state to local disk and add parameter to continue processing from given checkpointId.

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

No branches or pull requests

2 participants