Skip to content

Instantly share code, notes, and snippets.

@davepcallan
Created January 27, 2025 04:47
Show Gist options
  • Save davepcallan/97cb43f1ed40e1373ca5641f5d64c56f to your computer and use it in GitHub Desktop.
Save davepcallan/97cb43f1ed40e1373ca5641f5d64c56f to your computer and use it in GitHub Desktop.
HybridCache Mermaid sequence diagrams for querying HybridCache and Invalidating it in multi-instance scenario
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@diaakhateeb
Copy link

Good approach! What if the data written to the MC (L1) and for some reason could be written to DC (L2)? The App1 first checks the data at MC and if it exists, it sends it back to the caller, but does not check DC as no need to do so. How can I make sure that both MC and DC are well synced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment