bitwalker / libcluster

Automatic cluster formation/healing for Elixir applications
MIT License
1.98k stars 188 forks source link

Kubernetes strategy: simplify logic #144

Closed balena closed 3 years ago

balena commented 4 years ago

The logic can be simplified to attempt connecting to all nodes returned by Kubernetes, as the Cluster.Strategy.connect_nodes/4 function already excludes connected nodes using a generic mfa.