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

Can we shutdown Kafka Connect after Restore has finished? #46

Closed
itadventurer opened this issue Mar 31, 2020 · 3 comments
Closed

Can we shutdown Kafka Connect after Restore has finished? #46

itadventurer opened this issue Mar 31, 2020 · 3 comments
Labels
question Further information is requested
Milestone

Comments

@itadventurer
Copy link
Owner

No description provided.

@akamensky
Copy link

I still think backup should also be just like a snapshot of data, thus once the snapshot is complete the backup process would exit. Just as I mentioned in #52 (please see last added comment for use-case/reasoning).

To add -- RDBMS can also be seen as a continuous stream of data (stored in relational form), but nevertheless it allows for a momentary snapshot of data via backup tools, which is considered pretty normal there, why should it be different in case of Kafka.

There are other tools that provide "continuous backup" via replication to another cluster. That does not satisfy all use cases, I think that is where this tool could be useful -- allow for momentary snapshots of data disregarding any new messages arriving after the backup has started (same as RDBMS backup would work).

@itadventurer
Copy link
Owner Author

This issue is for the restore procedure as there is a clear path how to stop it. See my comments in #52 for doing snapshot backups ;)

@itadventurer
Copy link
Owner Author

This issue is fixed with #56. See #52 for the backup-side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants