apple / swift-cluster-membership

Distributed Membership Protocol implementations in Swift
https://apple.github.io/swift-cluster-membership/
Apache License 2.0
201 stars 20 forks source link

SWIMNIO: Use writes, not user events to signal MembershipChange events #9

Closed ktoso closed 4 years ago

ktoso commented 4 years ago

The example impl in SWIMNIO is such that the pipelines sole purpose is to do swim stuff, as such, it is more natural if people can add another handler after the SWIM handler and get writes (the membership changes).