Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scrogson/franz
- Owner: scrogson
- Created: 2019-12-10T15:01:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T15:33:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T12:39:07.723Z (3 months ago)
- Topics: elixir, erlang, kafka, nif, rust
- Language: Rust
- Homepage:
- Size: 39.3 MB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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