You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a Node joins it multicast the join to let other members it had joined.
Other members then send a welcome message with the current list of members, so that the Node can catch up on the cluster membership fast.
However, we could also provide an option where the initial list of few members is provided upfront as a configuration (bootstrap node list). This could work in some scenarios and thus we could avoid the reliance on the multicast for the initial discovery.
The text was updated successfully, but these errors were encountered:
Yes, that strategy could be added to the library too. Ideally if we have few strategies to select from for users as each will have a different setup and use case.
Is this something you would need right now? I'm curious what setup/environment you are targeting.
I don’t need it right now. I’d be willing to contribute the feature.
From: Tomasz Maruszak ***@***.***>
Sent: Thursday, January 9, 2025 9:15 AM
To: zarusz/SlimCluster ***@***.***>
Cc: William Lucking ***@***.***>; Comment ***@***.***>
Subject: Re: [zarusz/SlimCluster] SWIM - An additional option to set a starter list of nodes to avoid multicast (Issue #7)
Yes, that strategy could be added to the library too. Ideally if we have few strategies to select from for users as each will have a different setup and use case.
Is this something you would need right now? I'm curious what setup/environment you are targeting.
Also, happy to accept a contribution.
—
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKMJDOIQX2YYD7S3ZBXV3VD2J2VCVAVCNFSM6AAAAABU2ZU2I6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBQHA2TCMZWGY>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
Currently, when a Node joins it multicast the join to let other members it had joined.
Other members then send a welcome message with the current list of members, so that the Node can catch up on the cluster membership fast.
However, we could also provide an option where the initial list of few members is provided upfront as a configuration (bootstrap node list). This could work in some scenarios and thus we could avoid the reliance on the multicast for the initial discovery.
The text was updated successfully, but these errors were encountered: