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

Docs: need to show how to use separate journal for Akka.Cluster.Sharding actors #6123

Closed
Aaronontheweb opened this issue Sep 28, 2022 · 0 comments · Fixed by #6124
Closed

Comments

@Aaronontheweb
Copy link
Member

Please describe what you are trying to understand

A common pattern for making it easy to cleanup Akka.Cluster.Sharding state is to store the journal / snapshot events into separate instances for the Akka.Cluster.Sharding /system actors specifically - this has been supported for years but is not well-documented currently outside of some samples and blog posts.

Which pages have you looked at?

https://getakka.net/articles/clustering/cluster-sharding.html

What did these pages not make clear?

How to use akka.persistence.journal.sharding and akka.persistence.snapshot-store.sharding

How can we do it better?

Need to add a small section that demonstrates how to do this, what the effects are, and why you'd want to do it.

Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this issue Sep 28, 2022
added separate documentation for akkadotnet#6123
Aaronontheweb added a commit that referenced this issue Sep 29, 2022
* added detailed Akka.NET v1.5 sharding migration guide

* close #6123

added separate documentation for #6123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant