Add a list of all current preview features

This commits provides a single point of reference for all
currently supported preview features.

https://github.com/dapr/docs/issues/1592
This commit is contained in:
Hal Spang 2021-07-21 15:14:34 -07:00
parent 6eacfa9424
commit c1923587b7
2 changed files with 15 additions and 2 deletions

View File

@ -12,8 +12,7 @@ Some features in Dapr are considered experimental when they are first released.
Currently, preview features are enabled on a per application basis when running on Kubernetes. A global scope may be introduced in the future should there be a use case for it.
### Current preview features
Below is a list of existing preview features:
- [Actor Reentrancy]({{<ref actor-reentrancy.md>}})
Currently supported preview features can be seen [here]({{<ref support-preview-features>}}).
## Configuration properties
The `features` section under the `Configuration` spec contains the following properties:

View File

@ -0,0 +1,14 @@
---
type: docs
title: "Supported preview features"
linkTitle: "Supported preview features"
weight: 4000
description: "Dapr's supported preview features"
---
## Currently supported preview features
| Description | Setting | Documentation |
|-------------|---------|---------------|
| 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 |