streambed-kafka

Crates.iostreambed-kafka
lib.rsstreambed-kafka
version0.13.0
created_at2023-10-18 04:08:11.223084+00
updated_at2025-04-11 06:46:05.953959+00
descriptionProvides commit log functionality to connect with the Kafka HTTP API
homepage
repositoryhttps://github.com/streambed/streambed-rs.git
max_upload_size
id1006356
size67,530
Christopher Hunt (huntc)

documentation

README

kafka

Provides commit log functionality to connect with the Kafka HTTP API, with one difference... Kafka's HTTP API does not appear to provide a means of streaming consumer records. We have therefore introduced a new API call to subscribe to topics and consume their events by assuming that the server will keep the connection open.

Commit count: 153

cargo fmt