streambed-kafka

Crates.iostreambed-kafka
lib.rsstreambed-kafka
version0.11.1
sourcesrc
created_at2023-10-18 04:08:11.223084
updated_at2024-09-13 03:32:28.78573
descriptionProvides commit log functionality to connect with the Kafka HTTP API
homepage
repositoryhttps://github.com/streambed/streambed-rs.git
max_upload_size
id1006356
size21,224
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: 126

cargo fmt