Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrogson/kafka-protocol
https://github.com/scrogson/kafka-protocol
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrogson/kafka-protocol
- Owner: scrogson
- License: apache-2.0
- Created: 2019-10-04T04:36:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T19:52:42.000Z (about 5 years ago)
- Last Synced: 2024-10-08T18:21:31.261Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```