“Dead letters encountered” as soon as actors are placed into router

前端 未结 3 491
南笙
南笙 2021-01-01 00:01

Here\'s what I\'m finding, and for the life of me I can\'t navigate to the reason. I\'m creating \"printer\" actors that basically either do nothing, or print a message bas

3条回答
  •  情歌与酒
    2021-01-01 00:46

    I ran into the same problem with my akka project. Here is my question "Dead Letters encountered" error while running AKKA remote actors

    Generally dead letter encountered occurs when there is no more worker actor to receive the message sent by master. You should make sure your worker actor is alive when your master is sending it a task or message.

提交回复
热议问题