Skip to content

Conversation

@Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented Jan 22, 2025

Changes

close #7480

Checklist

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

_replayDebugEnabled = config.GetBoolean("replay-filter.debug", false);

_resequencer = Context.System.ActorOf(Props.Create(() => new Resequencer()));
_resequencer = Context.ActorOf(Props.Create(() => new Resequencer()), "resequencer");
Copy link
Member Author

Choose a reason for hiding this comment

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

Self-explanatory

Copy link
Contributor

@Arkatufus Arkatufus left a comment

Choose a reason for hiding this comment

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

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) January 22, 2025 21:47
@Aaronontheweb Aaronontheweb merged commit 84b767a into akkadotnet:dev Jan 22, 2025
12 checks passed
@Aaronontheweb Aaronontheweb added this to the 1.5.37 milestone Jan 23, 2025
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.

Akka.Persistence: Akka.Persistence.Journal.AsyncWriteJournal+Resequencer is created as a top-level /user actor instead of a child of the journal

2 participants