-
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 HashCodeMEssageExtractor Factory method #6173
Conversation
@@ -54,6 +55,33 @@ public override ClusterSharding CreateExtension(ExtendedActorSystem system) | |||
/// </summary> | |||
public abstract class HashCodeMessageExtractor : IMessageExtractor | |||
{ | |||
private class Implementation : HashCodeMessageExtractor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I think this is convenient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - @Arkatufus we'll need to backport this to v1.4.44
Looks like AzDo is having some issues downloading manifests for Windows agents - seeing some other PRs failing from that right now also. |
Unrelated spec failure. |
* feat: add add HashCodeMEssageExtractor Factory method * test: verified change of previous commit * test: verified missing api changes Co-authored-by: Aaron Stannard <aaron@petabridge.com> Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
* add HashCodeMEssageExtractor Factory method (#6173) * feat: add add HashCodeMEssageExtractor Factory method * test: verified change of previous commit * test: verified missing api changes Co-authored-by: Aaron Stannard <aaron@petabridge.com> Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com> * Update API Verify list Co-authored-by: JonnyII <102029509+JonnyII@users.noreply.github.com> Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Fixes #
Changes
Please provide a brief description of the changes here.
Checklist
For significant changes, please ensure that the following have been completed (delete if not relevant):
Latest
dev
BenchmarksInclude data from the relevant benchmark prior to this change here.
This PR's Benchmarks
Include data from after this change here.