<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="119662" data-post-id="119662">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="TheSquad" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/TheSquad/120/14114_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  TheSquad
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>If you are worried about transitive connections in the cluster, you can make your nodes <a href="http://erlang.org/doc/reference_manual/distributed.html#hidden-nodes" rel="nofollow">hidden</a><br>
and manage your cluster manually, so you’ll avoid needless connections</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="119662" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/distributed-elixir-or-message-broker-for-microservice-communication/20748/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-119662" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="119662"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="119693" data-post-id="119693">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="easco" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/easco/120/1250_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  easco
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="Ciboulette" data-post="9" data-topic="20748">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/ciboulette/48/12353_2.png" class="avatar"> Ciboulette:</div>
<blockquote>
<p><a class="mention" href="/u/nobbz" rel="nofollow">@NobbZ</a>, I may be wrong, but I assume that this companies have more than 50 erlang nodes connected. No?</p>
</blockquote>
</aside>
<p>As I understand it, by default, Erlang will create a fully connected mesh of nodes.  What that means is that if you have <em>n</em> machines in the mesh, each node, by default, will connect to the other <em>n - 1</em> nodes.  With that fully connected mesh, each connection requires a little bit of overhead and at some point that overhead becomes overwhelming.</p>
<p>The key words in the above, however, are <em>by default</em>.  You can take greater control over the ways that the machines are connected - you don’t have to use a fully connected mesh.  One configuration I’ve read about is a hash-ring where the computers are connected so that they know one or two other nodes, and form a ring.  There could very well be more than 50 nodes in the ring, but it’s not possible to directly send a message from each node, to every other node.</p>
<p>So your ability to create large networks of Erlang nodes is affected by the topology of the connections.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="119693" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/distributed-elixir-or-message-broker-for-microservice-communication/20748/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-119693" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="119693"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>