mirror of https://github.com/dapr/docs.git
Update support-preview-features.md
This commit is contained in:
parent
c1923587b7
commit
3b17a9e92b
|
@ -11,4 +11,4 @@ description: "Dapr's supported preview features"
|
|||
|-------------|---------|---------------|
|
||||
| Preview feature that allows Actors to be called multiple times in the same call chain. | Actor.Reentrancy | [Actor reentrancy]({{<ref actor-reentrancy>}}) |
|
||||
| Preview feature that allows Actor reminders to be partitioned across multiple keys in the underlying statestore. | Actor.TypeMetadata | TODO: Real link |
|
||||
| Preview feature that allows you to connect existing gRPC services through Dapr via gRPC proxying. | proxy.grpc | TODO: Real link |
|
||||
| Preview feature that allows you to connect existing gRPC services through Dapr via gRPC proxying. | proxy.grpc | [How-To: Invoke services using gRPC]({{<ref howto-invoke-services-grpc>}}) |
|
||||
|
|
Loading…
Reference in New Issue