dotnet/orleans

Lazy load with IPersistentState

Open

#6,088 opened on Nov 4, 2019

View on GitHub
 (4 comments) (7 reactions) (1 assignee)C# (2,123 forks)batch import
help wanted

Repository metrics

Stars
 (10,777 stars)
PR merge metrics
 (Avg merge 2d 2h) (64 merged PRs in 30d)

Description

There are a lot use cases when lazy load is preffered way to load the grain state. Will be very helpfull to have ability to configure the using of IPersistentState with lazy manner. Maybe to define new interface IDefferPersistentState or ILazyPersistentState

Contributor guide