pekko/akka-cluster-typed/src
Patrik Nordwall abbef000ab
Notify Receptionist subscribers when node added and removed, #28792 (#28795)
* notify subscribers when node added and removed
* If the change from ddata arrives before the join information
* One difficulty is that that the removal tick may trigger removal
  for entries that are in the ddata state but not in the membership yet.
* it's possible that the Entry arrives before MemberJoined, but
  such entries should not be removed by the RemoveTick
* by adding a timestamp of when the entry is created we can
  avoid removing such early entries and the MemberJoined should be
  visible before that duration has elapsed
2020-04-02 15:19:05 +02:00
..
main Notify Receptionist subscribers when node added and removed, #28792 (#28795) 2020-04-02 15:19:05 +02:00
multi-jvm change %mdc examples, and tests 2020-03-27 17:59:58 +01:00
test Notify Receptionist subscribers when node added and removed, #28792 (#28795) 2020-04-02 15:19:05 +02:00