-
-
Notifications
You must be signed in to change notification settings - Fork 22
Add ability to use Gossip strategy #59
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Proposal
Allow to use
mnesiacwithCluster.Strategy.Gossip, i.e. when hosts are not known upfront.Background
Currently, it looks like
hostsare required when configuringmnesiacwhich requires to know them in advance. I'd like to dynamically read them instead of explicitly list in a config.Workarounds
Not sure, but I guess - provide
Node.list/0ashostsmaybe.