假设我们有 A 和 B,配置为远程 (netty.udp)(无集群)。两者都从不同的端口开始。A 中的 Actor 通过路由(使用 RemoteRouterConfig 并通过地址)向 B 中的 Actor 发送消息。他们都得到它并回复。当工作完成时,A 终止。一段时间后,B 记录了一条解除关联消息。
No response from remote. Transport failure detector triggered. (internal state was Open)
Association with remote system [akka.udp://folder@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Disassociated]
如果我们再次启动 A 并尝试向 B 参与者发送消息,则消息不会得到任何回复。有没有办法防止这种分离?还是A启动时再次连接的方法?