Crates.io | redpanda-http |
lib.rs | redpanda-http |
version | 0.0.4 |
source | src |
created_at | 2023-07-26 13:51:27.120207 |
updated_at | 2023-08-08 14:03:43.047506 |
description | Client library for consuming the HTTP api of RedPanda, meant to be extended for edge devices, currently ESP32 and WASM |
homepage | |
repository | |
max_upload_size | |
id | 926483 |
size | 19,317 |
== Red Panda Http Rust == This crate uses the HTTP Proxy API of Red Panda (=native Kafka clone) to connect. (I'm unsure if the original Kafka has a similar or compatible HTTP-based API) It has a pluggable http client library, in order to make it embedded and WASM friendly.
This implementation has a 'reqwest' based implementation, and there is an ESP32-IDF version in development for embedded use cases, and a Spin based implementation to support WASM.