Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Akka 通常不提供任何强大的可靠性保证。但是,如果我收到针对特定远程参与者和消息的 RemoteClientWriteFailed 通知,我能否确定该消息没有放入远程系统的邮箱中?
由于我们没有做出这样的保证,我们不仅可以肯定,也不知道它是否会被保留。2.1 去掉了 RemoteClientWriteFailed 并将其放入 DeadLetters 中(应该如此)。
如果您在 DeadLetters 中弹出某些内容,则可以合理地假设它尚未交付。
有关如何操作的讨论,请参阅this 。