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

Consider using subscriptions alongside with reads #15

Open
alexeyzimarev opened this issue Apr 1, 2021 · 2 comments
Open

Consider using subscriptions alongside with reads #15

alexeyzimarev opened this issue Apr 1, 2021 · 2 comments
Assignees

Comments

@alexeyzimarev
Copy link
Member

For continuous replication (online backup or testing the cloud on prod data), it would be better to use a catch-up subscription, which runs continuously, rather than end to the end of $all, then wait and start again.

@alexeyzimarev alexeyzimarev self-assigned this Apr 2, 2021
@thinkingerrol
Copy link

For continuous replication (online backup or testing the cloud on prod data), it would be better to use a catch-up subscription, which runs continuously, rather than end to the end of $all, then wait and start again.

Does it still work like this - end to end, wait, repeat?

@alexeyzimarev
Copy link
Member Author

Yes, but I think the delay between the restarts is configurable. Explicit read allows us to get more control over reads, plus I haven't got any indication of demand for this feature, so it was never implemented.

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

No branches or pull requests

2 participants