Arjan Scherpenisse
Arjan Scherpenisse
I think this library provides an alternative to subscriptions-transport-ws, in collaboration with `absinthe_phoenix` it uses phoenix channels to do all graphQL interactions.
And it works great, by the way, thanks @vic 👍 Must say I have not begun using subscriptions, but doing queries / mutations over WS is already very smooth :-)
In terms of Client API coverage I think both libraries actually are quite on par; both of them are incomplete I think (understandably; there's a lot of endpoints to cover...)...
Sure, need to find some time for it though :)
Yes but this is about running just *one* benchmark from a particular file. (you can have multiple benchmarks in a single file). So adding a colon and the line number...
I created a PR for this a while back, see #59.
I'm not sure... @alco ? https://github.com/PragTob/benchee seems to be getting more love..
@hickscorp this is a great idea, I think this could definitely work. IMHO, using rings would be the simplest implementation of a "node roles" concept.
Exactly... I am studying the code right now. libcluster is somewhat different from this, I think; libcluster only ensures that the cluster is fully connected. `libring` can automatically fill its...
Another take on this might be to create multiple registries. Right now, Swarm is a single, distributed registry; but, analogous to the [elixir builtin registry](https://hexdocs.pm/elixir/master/Registry.html) (which is not distributed); instead...