uber-node / ringpop-node

Scalable, fault-tolerant application-layer sharding for Node.js applications
http://uber.github.io/ringpop/
MIT License
1.18k stars 146 forks source link

Rename Dissemination.fullSync to membershipAsChanges #266

Closed mennopruijssers closed 8 years ago

mennopruijssers commented 8 years ago

In the ringpop-go we renamed fullSync to MembershipAsChanges. This pull-request is doing the same thing in ringpop-node because that's better describing what the function does: returning the full membership as changes.

motiejus commented 8 years ago

LGTM