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

https://github.com/thedodd/kafka-rs

Native Rust Kafka client, built upon kafka-protocol-rs and Tokio.
https://github.com/thedodd/kafka-rs

Last synced: over 1 year ago
JSON representation

Native Rust Kafka client, built upon kafka-protocol-rs and Tokio.

Awesome Lists containing this project

README

          

kafka-rs


[![Build Status](https://github.com/thedodd/kafka-rs/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/thedodd/kafka-rs/actions)
[![](https://img.shields.io/crates/v/kafka-rs.svg?color=brightgreen&style=flat-square)](https://crates.io/crates/kafka-rs)
![](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=flat-square)
![](https://img.shields.io/crates/d/kafka-rs?label=downloads%20%28crates.io%29&style=flat-square)
![](https://img.shields.io/github/downloads/thedodd/kafka-rs/total?label=downloads%20%28GH%29&style=flat-square)


Native Rust Kafka client, built upon kafka-protocol-rs and Tokio.



### License
kafka-rs is licensed under the terms of the MIT License or the Apache License 2.0, at your choosing.