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
ARM64 Mac SupportDapr CLI, sidecar, and Dashboard are now natively compiled for ARM64 Macs, along with Dapr CLI installation via Homebrew.N/AInstall the Dapr CLI

Last modified February 18, 2022: Update setup-jetstream.md (#2200) (428d8c2)