dotnet/orleans

Lazy load with IPersistentState

Open

#6.088 aberto em 4 de nov. de 2019

Ver no GitHub
 (4 comments) (7 reactions) (1 assignee)C# (2.123 forks)batch import
help wanted

Métricas do repositório

Stars
 (10.777 stars)
Métricas de merge de PR
 (Mesclagem média 2d 2h) (64 fundiu PRs em 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

Guia do colaborador