| Crates.io | streambed-kafka |
| lib.rs | streambed-kafka |
| version | 0.13.0 |
| created_at | 2023-10-18 04:08:11.223084+00 |
| updated_at | 2025-04-11 06:46:05.953959+00 |
| 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 | 67,530 |
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.