Some changes to epmd strategy #167
qhwa
started this conversation in
Show and tell
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi, first of all, thanks for the awesome library! It's a fundamental part of our Elixir application in Kubernetes.
Right now libcluster has the epmd strategy which works just fine. However, in our scenarios, we want to have more features upon it:
sync_nodes_mandatory
works in Erlang.libcluster
to retry connecting it in the background, in order to reconnect when the node comes back online again.I created a strategy based on the epmd strategy to achieve that.
The strategy is merely a module:
I'd like to hear from you if this is a good idea. If yes, is there a way we can contribute it back to the library?
Beta Was this translation helpful? Give feedback.
All reactions