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

AWS DocumentDB does not support start_after #34

Open
dror-g opened this issue Apr 24, 2024 · 0 comments
Open

AWS DocumentDB does not support start_after #34

dror-g opened this issue Apr 24, 2024 · 0 comments

Comments

@dror-g
Copy link

dror-g commented Apr 24, 2024

Unfortunately, while DocDB v4+ reports its server version as above 4.2, it does not support start_after for log-replication.
Only resume_after is supported as per AWS "docs".

Maybe add a config option docdb: bool and check it in this if clause..

change_stream_options["start_after"] = {"_data": bookmark}

Thanks and sorry..

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