pigato icon indicating copy to clipboard operation
pigato copied to clipboard

Add broker auto discovery (local)

Open leonpegg opened this issue 10 years ago • 5 comments

add auto discovery to broker workers and clients as an option this will allow much faster deployment with less configuration. My recommendation would be to use http://rfc.zeromq.org/spec:20

leonpegg avatar Nov 18 '14 10:11 leonpegg

@leonpegg what about dns discovery, UDP broadcasts don't work on most public cloud infrastructure.

bmeck avatar Nov 24 '14 17:11 bmeck

@bmeck DNS-SD is also an option

leonpegg avatar Nov 25 '14 06:11 leonpegg

What about creating a repo pigato-discovery and use something like this https://github.com/agnat/node_mdns ? I think it shouldn't be integrate in the main repo. Then pigato-discovery could offer more discovery options such as udp.

prdn avatar Nov 27 '14 22:11 prdn

+1 to separate composable discovery module

bmeck avatar Dec 01 '14 14:12 bmeck

This is nice https://github.com/wankdanker/node-discover

prdn avatar Apr 07 '15 13:04 prdn