node-discover icon indicating copy to clipboard operation
node-discover copied to clipboard

Dynamically adding nodes to unicast cluster

Open itsJess1ca opened this issue 7 years ago • 2 comments

Hi, I'm trying to use this for a current project and was wondering if it's possible to dynamically add a new node to a unicast cluster.

I've been trying for a little while to no luck, it seems I can update the destination lists but the node its self isn't added to the node list of all the siblings.

Any advice would be great, thanks!

itsJess1ca avatar Apr 03 '17 22:04 itsJess1ca

Have you found anything?

zxfrank avatar Oct 06 '20 20:10 zxfrank

I think it might be possible, but it's really difficult to test locally without some modifications. And it would involve modifying an internal data structure which might not be forward compatible.

This branch has the necessary changes and an example on how this might be done.

wankdanker avatar Oct 06 '20 21:10 wankdanker