You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
The replace change event (as documented here) is not currently accounted for in log based replication. Therefore if replicating with log based streaming, documents changed via the replace operation will not be reflected in the target data store.
I found this when debugging systematic inconsistencies between our DWH and the MongoDB source data. The fix is relatively straightforward. I have implemented it in a branch locally and we are currently running this fix on our EL processes. Would you like me to push and open a PR for review? (I will need permission to push my branch)
Cheers!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
replace
change event (as documented here) is not currently accounted for in log based replication. Therefore if replicating with log based streaming, documents changed via thereplace
operation will not be reflected in the target data store.I found this when debugging systematic inconsistencies between our DWH and the MongoDB source data. The fix is relatively straightforward. I have implemented it in a branch locally and we are currently running this fix on our EL processes. Would you like me to push and open a PR for review? (I will need permission to push my branch)
Cheers!
The text was updated successfully, but these errors were encountered: