Preview features

List of current preview features

Preview features in Dapr are considered experimental when they are first released. These preview features require explicit opt-in in order to be used. The opt-in is specified in Dapr’s configuration. See How-To: Enable preview features for information more information.

Current preview features

FeatureDescriptionSettingDocumentation
Actor reentrancyEnables actors to be called multiple times in the same call chain allowing call backs between actors.Actor.ReentrancyActor reentrancy
Partition actor remindersAllows actor reminders to be partitioned across multiple keys in the underlying statestore in order to improve scale and performance.Actor.TypeMetadataHow-To: Partition Actor Reminders
gRPC proxyingEnables calling endpoints using service invocation on gRPC services through Dapr via gRPC proxying, without requiring the use of Dapr SDKs.proxy.grpcHow-To: Invoke services using gRPC
State store encryptionEnables automatic client side encryption for state storesState.EncryptionHow-To: Encrypt application state
Pub/Sub routingAllow the use of expressions to route cloud events to different URIs/paths and event handlers in your application.PubSub.RoutingHow-To: Publish a message and subscribe to a topic

Last modified September 20, 2021 : Merge pull request #1800 from greenie-msft/gRPC_proxying_video (36dff3c)