Packages
libcluster_hyparview
0.1.0
libcluster strategy that uses HyParView for membership: nodes are connected via Erlang distribution only when present in the local active view, giving Elixir clusters partial-mesh BEAM distribution.
Current section
Files
Jump to
Current section
Files
lib/libcluster_hyparview.ex
defmodule LibclusterHyparview do
@moduledoc """
Companion library wiring [HyParView](https://hex.pm/packages/hyparview)
membership into [libcluster](https://hex.pm/packages/libcluster) for
partial-mesh Erlang distribution.
The actual strategy module is `Cluster.Strategy.HyParView`; this module
is just a namespace anchor.
"""
@doc "Returns the OTP application name."
def app, do: :libcluster_hyparview
end