Mutable replication

Do I need to create local instances for each client when they join?

For example:

  • Client 1: Creates instance A for themselves (local), B for Client 2, and C for Client 3.
  • Client 2: Creates instance D for themselves (local), E for Client 1, and F for Client 3.
  • Client 3: Creates instance G for themselves (local), H for Client 1, and I for Client 2.

When Client 3 changes their CO, on RepNotify, Client 1 updates their C instance, and Client 2 updates their F instance.