Building an HTTP client from scratch
The Seastar framework offers a great HTTP server implementation, which is used by ScyllaDB and Redpanda. However, Seastar doesn’t have an HTTP client library that can be easily used with the Seastar framework. So we made one.
In Redpanda, we need an ...
redpanda-data.hashnode.dev6 min read