This example implements a basic distributed process set where processes have identifiers and get notifications when a duplicate is found. How such processes react to duplicates is out of scope.
The API consists of 4 operations:
ra_process_set:add/3ra_process_set:remove/2ra_process_set:member/2for node-local membership checksra_process_set:consensus_member/2for cluster-wide membership checks
rebar3 compile