Open IvanTakarlikov-st opened 1 year ago
We don't currently support this, only streaming bodies.
It might be possible to add but would require careful API considerations.
I think this is something we want though, in order to control response consumption.
Clickhouse able to send query progress in header during query execution. Documentation Example (no anchor, just find send_progress_in_http_headers
When we're making a request, we're getting all progress headers in the end of query (when query finished and we got the response) How can we read stream of headers during execution?
We can't provide a real example, but that's how you can reproduce it with curl if you have some clickhouse node to access:
As you can see above, curl allow to stream headers in realtime.
If it really needed, we can setup some dockerized example.