Kafine is a Kafka client for Erlang.
We’re (Happening, the technology stack behind Superbet) pleased to announce the initial public release of Kafine, our new Kafka client for Erlang.
While Kafine is all-new, and still a bit rough around the edges, it’s based on years of experience using Kafka in production with our existing internal Kafka libraries.
The secret sauce in kafine is the automatically-generated message codecs in the kafcod project, which aims to achieve better performance and compatibility than existing Kafka client libraries in the BEAM ecosystem.
We’re in the process of publishing packages to hex.pm. Until then, you can take a look at the repositories on GitHub:
Note that this release is currently considered unstable. We’re using it in production, but only for a small number of non-critical workloads. We’re working towards being production ready, and we’d appreciate feedback from the community.