-
Use the more permissive
inet_res:getbyname
function for DNS lookups.- This uses the
search
option, which will allow things likeservice.namespace
to be used in Kubernetes, as opposed toservice.namespace.svc.cluster.local
. Thanks to @tsloughter in #3.
- This uses the
-
Exposes the
barnacle/dns
andbarnacle/local_epmd
modules.- Users can now use the functions in these modules to create custom strategies.
-
Fixed some README examples, with help from @RLaursen in #5. Thanks!
- Add
run_once
function for when polling is not needed.
- Initial release with
local_epmd
,epmd
anddns
strategies, as well as support for custom strategies.