ergo-services / ergo

An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
https://ergo.services
MIT License
3.5k stars 138 forks source link

node link problem? #166

Closed jiait closed 1 year ago

jiait commented 1 year ago

erlang node links, for example, a ping c, b ping c, a nodes three node nodes, a ping c, b ping c, a nodes can find b, but ergo can not be tested like this at present, ergo must ping each other, or send messages to each other, in order to find?

halturin commented 1 year ago

Building full mesh (like erlang does it by default) is a perfect example of badly designed architecture.

halturin commented 1 year ago

Please, use "Discussion" for asking questions.