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

add HashCodeMEssageExtractor Factory method #6173

Merged
merged 8 commits into from
Oct 14, 2022

Conversation

JonnyII
Copy link
Contributor

@JonnyII JonnyII commented Oct 12, 2022

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 Benchmarks

Include data from the relevant benchmark prior to this change here.

This PR's Benchmarks

Include data from after this change here.

@JonnyII JonnyII changed the title feat: add add HashCodeMEssageExtractor Factory method add HashCodeMEssageExtractor Factory method Oct 12, 2022
@@ -54,6 +55,33 @@ public override ClusterSharding CreateExtension(ExtendedActorSystem system)
/// </summary>
public abstract class HashCodeMessageExtractor : IMessageExtractor
{
private class Implementation : HashCodeMessageExtractor
Copy link
Member

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.

cc @to11mtm @ismaelhamed

Copy link
Member

@Aaronontheweb Aaronontheweb left a 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

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) October 14, 2022 15:20
@Aaronontheweb
Copy link
Member

Looks like AzDo is having some issues downloading manifests for Windows agents - seeing some other PRs failing from that right now also.

@Aaronontheweb
Copy link
Member

Unrelated spec failure.

@Aaronontheweb Aaronontheweb merged commit f5d5838 into akkadotnet:dev Oct 14, 2022
Arkatufus added a commit to Arkatufus/akka.net that referenced this pull request Oct 14, 2022
* 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>
Aaronontheweb added a commit that referenced this pull request Oct 14, 2022
* 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>
@JonnyII JonnyII deleted the add-hcme-utility branch October 17, 2022 10:50
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.

3 participants