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

DeadLetterSuppression for ActorSelection and other deadletter enhancements #4889

Merged
merged 1 commit into from
Mar 31, 2021

Commits on Mar 31, 2021

  1. Supress ActorSelectionMessage with DeadLetterSuppression (migrated from

    akka/akka#28341)
    
    * for example the Cluster InitJoin message is marked with DeadLetterSuppression
      but was anyway logged because sent with actorSelection
    * for other WrappedMessage than ActorSelectionMessage we shouldn't unwrap and publish
      the inner in SuppressedDeadLetter because that might loose some information
    * therefore those are silenced in the DeadLetterListener instead
    
    Better deadLetter logging of wrapped messages (migrated from akka/akka#28253)
    
    Logging of UnhandledMessage (migrated from akka/akka#28414)
    * make use of the existing logging of dead letter
      also for UnhandledMessage
    
    Add Dropped to Akka.Actor (migrated partially from akka/akka#27160)
    Log Dropped from DeadLetterListener
    zbynek001 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    dcc6373 View commit details
    Browse the repository at this point in the history