<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">One feature that my team is missing is the ability to register a process<br>
multiple times under different keys. We have been helping ourselves by<br>
spawning "forwarders" that register on behalf of our process and die<br>
with it.<br>
<br>
(If this got implemented in the meantime then we've missed it. Our<br>
infrastructure requires us to freeze our libraries for long time periods<br>
and so whatever version works for us gets used for a long time. We even<br>
patch warnings ourselves when we change to a newer elixir version.)<br></blockquote><div><br></div><div>Hi Oliver,</div><div>It looks like you're still using v1, because you can register a process multiple times under different keys in v2.</div><div><br></div><div>On a side note: you should consider upgrading to v2 given that the mnesia dependency was completely removed as per v2.1, which means that dynamic node membership (dynamic addition / removal of nodes to the cluster) and net splits are handled way better.</div><div><br></div><div>Thank you for your feedback,</div><div>r.</div><div><br></div><div><br></div><div> </div></div></div>