Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not supporting for Actor data #7

Open
MudragallaPrabhuji opened this issue Dec 19, 2017 · 1 comment
Open

Not supporting for Actor data #7

MudragallaPrabhuji opened this issue Dec 19, 2017 · 1 comment

Comments

@MudragallaPrabhuji
Copy link

MudragallaPrabhuji commented Dec 19, 2017

I am having a Service Fabric application with some Actor Services in it.
Can I use the same mechanism for querying all the Actor States?
Or do we have any mechanism for querying the actors?

Thanks
Prabhuji

@jessebenson
Copy link
Owner

The current code cannot be used directly to query all Actor states, as it is Reliable State Manager specific. A similar mechanism could be used to query Actor states via the IActorStateProvider. However, the Actor runtime makes assumptions about concurrency that would make this difficult. The Actor state is generally not meant to be read outside of the Actor itself, so this would take some work.

Long term, though, this is absolutely needed for Service Fabric to be considered a true data platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants