mirror of https://github.com/dapr/docs.git
Merge pull request #4501 from WhitWaldo/actors-do-not-use-grpc
Actors do not support gRPC today
This commit is contained in:
commit
bb66050ded
|
@ -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/<actorType>/<actorId>/<method/state/timers/reminders>
|
||||
|
|
Loading…
Reference in New Issue