kafka-rs 0.1.1

Native Rust Kafka client, built upon kafka-protocol-rs and Tokio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h1 align="center">kafka-rs</h1>
<div align="center">

[![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)

  <strong>
    Native Rust Kafka client, built upon <a href="https://github.com/tychedelia/kafka-protocol-rs">kafka-protocol-rs</a> and <a href="https://tokio.rs">Tokio</a>.
  </strong>
</div>
<br/>

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