-
How to activate cluster listener actor, before cluster is formed using Akka.Hosting .WithClustering extension? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
When you say cluster listener actor, do you mean using |
Beta Was this translation helpful? Give feedback.
-
I mean an actor listening to cluster events, |
Beta Was this translation helpful? Give feedback.
-
What is the difference between |
Beta Was this translation helpful? Give feedback.
-
Sorry, it was a loggger configuration error. |
Beta Was this translation helpful? Give feedback.
When you say cluster listener actor, do you mean using
Cluster.RegisterOnMemberUp()
or having an actor that listens to cluster events?In both case, it is safe to start the actor inside the
.WithActors()
extension method.