redpanda-http

Crates.ioredpanda-http
lib.rsredpanda-http
version0.0.4
sourcesrc
created_at2023-07-26 13:51:27.120207
updated_at2023-08-08 14:03:43.047506
descriptionClient library for consuming the HTTP api of RedPanda, meant to be extended for edge devices, currently ESP32 and WASM
homepage
repository
max_upload_size
id926483
size19,317
Frank Lyaruu (flyaruu)

documentation

README

== 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.

CI: CircleCI

Commit count: 0

cargo fmt