-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add performance specs for Akka.Cluster.Sharding #3083
Comments
This was referenced Aug 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a some numbers and metrics about Akka.Cluster.Sharding if we're going to go from prerelease to live with that. Ideally we should check it for both modes:
Setting
akka.cluster.sharding.remember-entities
on/off will also heavily affect results in both cases. Some of the tests cases we should check:remember-entities=off
? (we can use customShardAllocationStrategy
for sake of the tests)remember-entities=on
? In this case number of entities stored within shard also matters.The text was updated successfully, but these errors were encountered: