Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epmdless #204

Closed
mhanberg opened this issue Aug 25, 2023 · 1 comment
Closed

epmdless #204

mhanberg opened this issue Aug 25, 2023 · 1 comment
Labels
help wanted Extra attention is needed priority

Comments

@mhanberg
Copy link
Collaborator

Description

I would rather not have to deal with epmd and whether it is started automatically or not, or have people have to click another dialog on macOS that say "allow incoming connections".

The alternative is to use the epmdless (Hex) library to be able to cluster nodes locally without epmd.

Notes

  • I believe we can avoid the dialog when the "beam" process boots up if I notarize and sign the macOS exes, but epmd is usually installed via the system package manager and will not be signed. This is another reason to find an alternative to epmd.
  • Another alternative would be using a TCP server to communicate between the runtime nodes and the LSP node, but I'd rather not add another layer of complexity (explicit complexity, one can argue clustering is implicit complexity).
@mhanberg
Copy link
Collaborator Author

mhanberg commented Nov 2, 2023

I'm not sure this us needed anymore

@mhanberg mhanberg closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant