proto-tower-kafka

Crates.ioproto-tower-kafka
lib.rsproto-tower-kafka
version0.1.6
created_at2025-01-29 20:03:54.269485+00
updated_at2025-02-18 16:27:30.985671+00
descriptionTower implementation of the Kafka protocol
homepage
repository
max_upload_size
id1535290
size156,932
Przemyslaw Hugh Kaznowski (phughk)

documentation

README

Proto-Kafka

Kafka is a message broker. Current work is included in kafkad-rs

Adding dependency to project

[dependencies]
proto-kafka = { git = "https://github.com/rapidrecast/proto-tower.git", subdir = "proto-kafka" }

Implementation details

graph TB
    A[UserRequest] <--> B[Request]
    B <--> C[Response]
    C <--> D[UserResponse]

Commit count: 0

cargo fmt