AlexanderMihail / seastar_db

A key-value database engine with REST interface
http://seastar.io
Apache License 2.0
0 stars 0 forks source link

Use the http reply::write_body body_writer to stream-out database responses #7

Closed AlexanderMihail closed 4 months ago

AlexanderMihail commented 4 months ago

Do an inversion of control in the REST api. Use a httpd::handler_base descendant as a route handler for long responses. Have those go through the executor. Format the output as decently as possible. How to deal with newlines and commas in responses?

AlexanderMihail commented 4 months ago

Won't do.