2 releases

0.1.6 Feb 18, 2025
0.1.5 Jan 29, 2025

#2592 in HTTP server

Download history

90 downloads per month
Used in proto-tower

GPL-3.0-only

140KB
2.5K SLoC

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]

Dependencies

~11–14MB
~262K SLoC