Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
1) LHS sends (FK-Key, (value=null, noPropagate=true)) to RHS-121
2) LHS sends (FK-Key, NewValue) to RHS-232
3) RHS-1 deletes Key from state store, but does not propagate event.
4) RHS-2 updates the local Key-Value store.
5) RHS-2 sends (Key, Data) back to LHS6LHS
6) LHS validates Key and Data, performs join logic accordingly.

...