Cluster.Strategy.LocalEpmd (libcluster v3.3.1) View Source
This clustering strategy relies on Erlang's built-in distribution protocol.
Unlike Cluster.Strategy.Empd, this strategy assumes that all nodes are on the local host and can be discovered by epmd.
It should be configured as follows:
config :libcluster,
topologies: [
local_epmd_example: [
strategy: Elixir.Cluster.Strategy.LocalEpmd]]
Link to this section Summary
Functions
Callback implementation for Cluster.Strategy.start_link/1
.
Link to this section Functions
Callback implementation for Cluster.Strategy.start_link/1
.