Crates.io | streambed-kafka |
lib.rs | streambed-kafka |
version | 0.11.1 |
source | src |
created_at | 2023-10-18 04:08:11.223084 |
updated_at | 2024-09-13 03:32:28.78573 |
description | Provides commit log functionality to connect with the Kafka HTTP API |
homepage | |
repository | https://github.com/streambed/streambed-rs.git |
max_upload_size | |
id | 1006356 |
size | 21,224 |
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.