Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scrogson/kafka-protocol


https://github.com/scrogson/kafka-protocol

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Kafka Protocol

> A low-level Kafka protocol crate.

## Running

Run Kafka via `docker-compose`:

```
docker-compose up
```

Run the example:

```
cargo run --example api_versions
```