Hi team. have a need to migrate data from one collection/tenant to other at runtime. How to make the new schema up-to-date if any crud operations on old schema occurs during migration?. It may cause imbalance between those collections
Oh…
You mean having one collection in sync with a second collection? So when new objects comes in, or gets update/deleted on this schema it gets automatically replicated to the target?
I don’t think there is a “native” way of doing that.