| Crates.io | proto-tower-kafka |
| lib.rs | proto-tower-kafka |
| version | 0.1.6 |
| created_at | 2025-01-29 20:03:54.269485+00 |
| updated_at | 2025-02-18 16:27:30.985671+00 |
| description | Tower implementation of the Kafka protocol |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1535290 |
| size | 156,932 |
Kafka is a message broker. Current work is included in kafkad-rs
[dependencies]
proto-kafka = { git = "https://github.com/rapidrecast/proto-tower.git", subdir = "proto-kafka" }
graph TB
A[UserRequest] <--> B[Request]
B <--> C[Response]
C <--> D[UserResponse]