Elias Dal Ben

Results 6 comments of Elias Dal Ben

Any news here? It seems that having Subscription and Endpoint causes race conditions and your Supervision tree ends up being unpredictable

If i understood correctly, this prime mechanism can be also used to just send data to the connected client as a callback after the topic subscription right? Having this in...

A workaround to this is ``` config fn args, _ -> topic = "some_topic" spawn(fn -> emit_item(some_topic) end) {:ok, topic: topic} end ``` But this creates a possibility for a...

I've tried to use disc_only copies with multiple pods, the problem is that each pod has its own unique hostname, and it ends up creating ghost mnesia copies that ends...

I've managed to write an example here: https://github.com/eliasdarruda/mnesia-with-k8s This is a working version using Mnesiac and kubernetes with StatefulSet, this is saving and recovering the state correctly on rollouts and...

Could be very nice to have a control mechanism like a purge timeout mentioned in #128 to handle this.