Heiko Seeberger
Heiko Seeberger
From my personal experience a rewrite usually leads to better results for such a substantial change than a modification. By building the new solution step-by-step we could keep tests green,...
Hmm ... a minimal runtime for a minimal actor shouldn't be too large.
OMG!
No, I'd rather volunteer for closing this issue with "won't fix".
Maybe because of the `private` constructor? ``` scala scala> :pa // Entering paste mode (ctrl-D to finish) case class Foo private (bar: String) object Foo { def apply(): Foo =...
I totally agree that this could happen: SBR and k8s don't have the same understanding about which nodes (they even don't have the same understanding what a node is, but...
@longshorej are you referring to `akka.management.cluster.bootstrap.form-new-cluster`?
@longshorej but wouldn't that lead to a complete shutdown in the scenario I described above? k8s would start the pods on the unreachable nodes A and B on C, but...
@patriknw, @ktoso, (other Akka team members), I suggest we get rid of this beautiful piece of code again, because it's simpler to use the two well known standard stages `scan`...
@patriknw, @ktoso, @drewhk, any opinions?