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 was archived by the owner on Jan 28, 2020. It is now read-only.
One thing that'd be nice to see is a flag somewhere that allows us to distinguish which changes should show up in the changes stream.
For instance, lets say we're trying two way replication between two clusters, thus allowing writes on both clusters. If a change happens on ClusterA, and you replicate it to ClusterB, you want that change to be flagged as having originated from ClusterA so that you don't get a cycle
Hiya
I'm following this plugin with interest.
One thing that'd be nice to see is a flag somewhere that allows us to distinguish which changes should show up in the changes stream.
For instance, lets say we're trying two way replication between two clusters, thus allowing writes on both clusters. If a change happens on ClusterA, and you replicate it to ClusterB, you want that change to be flagged as having originated from ClusterA so that you don't get a cycle
The details of solving this I'll leave to you :)
thanks
Clint