Skip to content

[Streams] Fix ShellRegistered message deadletter log#7376

Merged
Aaronontheweb merged 1 commit into
akkadotnet:devfrom
Arkatufus:#7369-Fix-ShellRegistered-deadletter
Nov 1, 2024
Merged

[Streams] Fix ShellRegistered message deadletter log#7376
Aaronontheweb merged 1 commit into
akkadotnet:devfrom
Arkatufus:#7369-Fix-ShellRegistered-deadletter

Conversation

@Arkatufus
Copy link
Copy Markdown
Contributor

Fixes #7369

ShellRegistered is the same as the Resume internal API message in JVM, it is used to prevent/short circuit recursion inside a stream. Harmless when dead-lettered.

Changes

  • Make ShellRegistered inherits IDeadLetterSuppression marker interface.

Copy link
Copy Markdown
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

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) November 1, 2024 17:03
@Aaronontheweb Aaronontheweb merged commit 699aff2 into akkadotnet:dev Nov 1, 2024
This was referenced Oct 7, 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.Streams ShellRegistered message to Self was dead lettered

2 participants