Bi-directional sync involves write operations happening in both the new and legacy system for the same conceptual data like updating the same booking. Since both systems are able to modify the same information, they both need an upto date copy in their local datastore. Therefore, any write operation on side must be synchronised across to the other.

🚧 More Coming Soon!

We're working on more details for this pattern. Stay tuned for updates!