David Cuddeback

Results 3 issues of David Cuddeback

This is #24 with some fixes: * Redefined `tcflag_t` as `u32`. It's typedef'd as `__haiku_uint32` in `termios.h`. I think `u32` matches the intended use of that type. * I provided...

help wanted

This patch fixes a bug that prevented starting the `erlkafka_app` application when using ZooKeeper for dynamic broker discovery. In the `kafka_server_sup:start_link()` function, it was calling `kafka_protocol:get_dynamic_list_of_brokers()`, which according to the...

I'm trying to use `erlkafka` in a new project, and I'm getting a compilation error with Erlang R16A. The error is `src/erlkafka.erl:12: bad import declaration`. That corresponds with the line...