-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akka.Cluster.Sharding: perf optimize message extraction, automate `St…
…artEntity` and `ShardEnvelope` handling (#6863) * added new API to help address #6717 * integrating into `ShardRegion` and `Shard` * finished all API changes * API approvals * updated `ShardRegion` to use new APIs * optimized `Shard` * updated API approvals * aggressively inline hashcode message extractor calls * fixed `ShardedDaemon` message extractor * added `ExtractorAdapter` to automatically handle messages * fixed spec * perf * Revert "perf" This reverts commit 7c0a7f4. * fixed bugs with `StartEntity` * made `MessageExtractor` and `ShardIdExtractor` delegates obsolete
- Loading branch information
1 parent
5620f02
commit fd41a82
Showing
13 changed files
with
835 additions
and
656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.