I am looking for a library that I can connect to a distributed application that implements any gossip-based membership protocol.
Such a library would allow me to send / receive lists of members, combine the received lists of members, etc. It would be even better if the library implemented the protocol with the guarantee of performance O (logn).
Does anyone know of any open source library? It does not have to meet all of the above requirements; even something partially implemented would be helpful.
source share