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..
Unfortunately, while DocDB v4+ reports its server version as above 4.2, it does not support
start_afterfor log-replication.Only
resume_afteris supported as per AWS "docs".Maybe add a config option
docdb: booland check it in this if clause..tap-mongodb/tap_mongodb/streams.py
Line 245 in b84a1e0
Thanks and sorry..