Closed kantora closed 8 years ago
Making Akka.Cluster.Tools.PublishSubscribe.Internal.Bucket
to be a public class fixed the problem for me. But I am not sure that this is the valid solution. But if it is so - I can make a PR.
@rogeralsing is this a scenario Wire is going to / needs to support? I vote for a PR to solve this problem, with a comment on the class why its public. Should wire be updated to handle this scenario, we can always do a new PR to clean up.
Made the PR
Moved the second problem to separate issue / discussion (https://github.com/akkadotnet/akka.net/issues/2278)
Issue is not related to Akka and will be fixed in Wire directly.
I have a cluster with several nodes, each of them contains actors that subscribe to the same topics. After start, I receive these exceptions in the log:
Due to this exception, all nodes except one are detached from cluster.
I see two problems here. First is the obvious problem of the pub/sub.
Second is the overall network exception treat problem. The case:
So the problem is on the node1 side, but node2 is removed. That is not fare.