Draft
Conversation
4066248 to
b99a3e2
Compare
lazedo
reviewed
Mar 19, 2026
| "amqp://guest:guest@rabbitmq:5676/lx1" | ||
| ,"amqp://guest:guest@rabbitmq:5676/lx2" | ||
| ,"amqp://guest:guest@rabbitmq:5676/lx3" | ||
| "amqp://guest:guest@localhost:5672" |
Member
There was a problem hiding this comment.
this is a way to simulate multiple zones. any reason for removing it ?
Member
Author
There was a problem hiding this comment.
a config that probably works out of the box for someone, vs having to edit it then start nodes. not married to the change but could also introduce a sys.config.example with the multiple zones configured and annotated?
Member
There was a problem hiding this comment.
good point, leave the change and introduce the sys.config.example for multiple zones
lazedo
reviewed
Mar 19, 2026
doc/amqp_dist.org
Outdated
Comment on lines
+6
to
+12
| Erlang ships with a default distribution protocol called EPMD (Erlang | ||
| Port Mapper Daemon). When a node starts up, it registers itself with a | ||
| little helper process (EPMD) running on the same machine, and other | ||
| nodes ask EPMD "hey, how do I reach the node named foo@mymachine?" | ||
| EPMD answers with a port number, and the connection proceeds from | ||
| there. It's a bit like a phone book: you look up a name, get a number, | ||
| dial it. |
Member
There was a problem hiding this comment.
EPMD is not the default distribution protocol, tcp_dist is. EPMD is like you said a phonebook . amqp_dist could work with EPMD
Member
Author
There was a problem hiding this comment.
fair, good nuance to add, thanks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes CodeBEAM 2026 presentation