@kokolegorille thanks for the reply … your guidance is really helping me and making me love elixir more .
Here is the something i made a change as per your suggestions
@impl true
def handle_cast(:stop, state) do
{:stop, :normal, state}
end
Infact i’m not directly using the ets table but using this library which is kinda wrapper on top of ETS ({:ets, “~> 0.7.3”}) but i will take your suggestions on using registry.






















