From a5e08246959f325985bdc23dc8c3921df8ef4400 Mon Sep 17 00:00:00 2001 From: Jess <140121672+jess-desu@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:05:12 -0500 Subject: [PATCH] Adds consistency blog post to further reading.mdx (#322) Adds consistency blog post to further reading section and moves the central zed tokens post to the top --- pages/spicedb/concepts/consistency.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/spicedb/concepts/consistency.mdx b/pages/spicedb/concepts/consistency.mdx index 44004c4..e99e1cd 100644 --- a/pages/spicedb/concepts/consistency.mdx +++ b/pages/spicedb/concepts/consistency.mdx @@ -166,6 +166,7 @@ You can configure the staleness window to a tolerable duration for your domain w ## Further Reading -- [Hotspot Caching in Google Zanzibar and SpiceDB](https://authzed.com/blog/hotspot-caching-in-google-zanzibar-and-spicedb) - [Zed Tokens, Zookies, Consistency for Authorization](https://authzed.com/blog/zedtokens) +- [Consistency is the Key to Performance and Safety](https://authzed.com/blog/consistency-is-the-key-to-performance-and-safety) +- [Hotspot Caching in Google Zanzibar and SpiceDB](https://authzed.com/blog/hotspot-caching-in-google-zanzibar-and-spicedb) - [The One Crucial Difference Between Spanner and CockroachDB](https://authzed.com/blog/prevent-newenemy-cockroachdb)