From fa5ab82209d83c9730d7f8386af981eb11cf70c4 Mon Sep 17 00:00:00 2001 From: Majid Ramezanpour Date: Wed, 24 Nov 2021 21:05:01 +0200 Subject: [PATCH] Update faq.md to include Go SDK actor availability From version v1.5.0, virtual actors are now available in the Dapr Go SDK. See go-sdk/21 for details --- daprdocs/content/en/concepts/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/faq.md b/daprdocs/content/en/concepts/faq.md index fbe8a3219..e63045df8 100644 --- a/daprdocs/content/en/concepts/faq.md +++ b/daprdocs/content/en/concepts/faq.md @@ -25,7 +25,7 @@ Virtual actor capabilities are one of the building blocks that Dapr provides in Creating a new actor follows a local call like `http://localhost:3500/v1.0/actors///…`. For example, `http://localhost:3500/v1.0/actors/myactor/50/method/getData` calls the `getData` method on the newly created `myactor` with id `50`. -The Dapr runtime SDKs have language-specific actor frameworks. For example, the .NET SDK has C# actors. The goal is for all the Dapr language SDKs to have an actor framework. Currently .NET, Java and Python SDK have actor frameworks. +The Dapr runtime SDKs have language-specific actor frameworks. For example, the .NET SDK has C# actors. The goal is for all the Dapr language SDKs to have an actor framework. Currently .NET, Java, Go and Python SDK have actor frameworks. ## Developer language SDKs and frameworks