Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrogson/franz

A Kafka client library for Erlang/Elixir based on librdkafka implemented as a safe Rust NIF.
https://github.com/scrogson/franz

elixir erlang kafka nif rust

Last synced: 2 months ago
JSON representation

A Kafka client library for Erlang/Elixir based on librdkafka implemented as a safe Rust NIF.

Awesome Lists containing this project

README

        

# Franz

> A Kafka client library for Erlang/Elixir based on [librdkafka] implemented as
> a safe Rust NIF.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `franz` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:franz, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/franz](https://hexdocs.pm/franz).

[librdkafka]: https://github.com/edenhill/librdkafka
[rdkafka]: https://github.com/fede1024/rust-rdkafka