pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

[Question] In server.ex there is a reference to ZkRegister . #10

Closed linearregression closed 8 years ago

linearregression commented 8 years ago

In server.ex after_start: fn(server_pid, server_opts) -> ZKRegister.death_pact(server_pid, server_opts[:port]) <----??? Some zookeeper thing? end,

I am guessing it is some zookeeper elixir wrapper, but not seeing it from any deps pulled it; and so far not, in code.