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

How we can handle records that are inProgress? #4

Open
meysamhadeli opened this issue Apr 16, 2023 · 0 comments
Open

How we can handle records that are inProgress? #4

meysamhadeli opened this issue Apr 16, 2023 · 0 comments

Comments

@meysamhadeli
Copy link

meysamhadeli commented Apr 16, 2023

In traditional way (polling version), we mark our records as inProgress and processed and with this approach we only in subscription, get all inProgress records and do something and after that it can be processed.
But in new way with logical replication, we always get all records? How we mark records for processed or not? If we get all records in subscription and don't filter it base of delivered to somewhere, Will we always have a very heavy load to get all the records?

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

1 participant