From fd48308bc60707d61cc2840b1b64555e1f54f61d Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Mon, 10 Feb 2020 15:07:19 -0800 Subject: [PATCH] add cloudstate description (#340) --- howto/setup-state-store/setup-cloudstate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/howto/setup-state-store/setup-cloudstate.md b/howto/setup-state-store/setup-cloudstate.md index d93647797..3fba8a05d 100644 --- a/howto/setup-state-store/setup-cloudstate.md +++ b/howto/setup-state-store/setup-cloudstate.md @@ -1,5 +1,9 @@ # Setup Cloudstate +The Cloudstate-Dapr integration is unique in the sense that it enables developers to achieve high-throughput, low latency scenarios by leveraging Cloudstate running as a sidecar *next* to Dapr, keeping the state near the compute unit for optimal performance while providing replication between multiple instances that can be safely scaled up and down. This is due to Cloudstate forming an Akka cluster between its sidecars with replicated in-memory entities. + +Dapr leverages Cloudstate's CRDT capabilities with last-write-wins semantics. + ## Kubernetes To install Cloudstate on your Kubernetes cluster, run the following commands: