From 6f8911e0e77b027bb34a51e56e1e834598b26770 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 1 Nov 2019 19:49:26 +0800 Subject: [PATCH] GRIT: Protocol for Distributed Transactions across Microservices at eBay --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c739bc3..9448cff 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Kubernetes at Tinder](https://medium.com/tinder-engineering/tinders-move-to-kubernetes-cda2a6372f44) * [Kubernetes Platform at Pinterest](https://medium.com/pinterest-engineering/building-a-kubernetes-platform-at-pinterest-fb3d9571c948) * [Microservices at Nubank](https://medium.com/building-nubank/microservices-at-nubank-an-overview-2ebcb336c64d) + * [GRIT: Protocol for Distributed Transactions across Microservices at eBay](https://tech.ebayinc.com/engineering/grit-a-protocol-for-distributed-transactions-across-microservices/) * [Distributed Caching](https://www.wix.engineering/single-post/scaling-to-100m-to-cache-or-not-to-cache) * [EVCache: Distributed In-memory Caching at Netflix](https://medium.com/netflix-techblog/caching-for-a-global-netflix-7bcc457012f1) * [EVCache Cache Warmer Infrastructure at Netflix](https://medium.com/netflix-techblog/cache-warming-agility-for-a-stateful-service-2d3b1da82642)