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

1.5 Akka.Cluster.Sharding migration documentation #6124

Merged
merged 9 commits into from
Sep 29, 2022

Conversation

Aaronontheweb
Copy link
Member

Fixes #6123 and missing documentation from our 1.5.0-alpha1 release

Changes

Described the upgrade process for Akka.Cluster.Sharding in Akka.NET v1.5 in much more detail.

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

  • I have added website documentation for this feature.

@Aaronontheweb Aaronontheweb added this to the 1.5.0 milestone Sep 28, 2022
@Aaronontheweb Aaronontheweb changed the title 1.5 sharding migration 1.5 Akka.Cluster.Sharding migration documentation Sep 28, 2022
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) September 28, 2022 12:31
@to11mtm
Copy link
Member

to11mtm commented Sep 28, 2022

IMO we should also include mention of WithJournalPluginId and WithSnapshotPluginId.

These are both very powerful when users want to further partition their journal/snapshot stores for different entity types.

@@ -143,6 +147,65 @@ akka.cluster.sharding.journal-plugin-id = <plugin>
akka.cluster.sharding.snapshot-plugin-id = <plugin>
```

> [!IMPORTANT]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@to11mtm believe I addressed #6124 (comment) here as my resolution to #6123

@Aaronontheweb Aaronontheweb merged commit 507d3c8 into akkadotnet:dev Sep 29, 2022
@Aaronontheweb Aaronontheweb deleted the 1.5-sharding-migration branch October 10, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: need to show how to use separate journal for Akka.Cluster.Sharding actors
2 participants