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

DescriptionSettingDocumentation
Preview feature that enables Actors to be called multiple times in the same call chain allowing call backs between actors.Actor.ReentrancyActor reentrancy
Preview feature that allows 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
Preview feature that enables you to call 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

Last modified September 17, 2021 : Merge pull request #1757 from georgestevens99/1440SecretKeyRefExplanation (620a5f8)