Update support-preview-features.md

This commit is contained in:
Mark Fussell 2021-07-21 17:49:18 -07:00 committed by GitHub
parent c1923587b7
commit 3b17a9e92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>}}) |