From 91a8ebed2152d80ae01ea74544c4574985432475 Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Wed, 22 Jan 2025 12:58:57 -0600 Subject: [PATCH] Actors do not support gRPC today Signed-off-by: Whit Waldo --- .../building-blocks/actors/actors-features-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md index e486b3243..da5261298 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-features-concepts.md @@ -57,7 +57,7 @@ This simplifies some choices, but also carries some consideration: ## Actor communication -You can interact with Dapr to invoke the actor method by calling HTTP/gRPC endpoint. +You can interact with Dapr to invoke the actor method by calling the HTTP endpoint. ```bash POST/GET/PUT/DELETE http://localhost:3500/v1.0/actors///