py-questdb-client
py-questdb-client copied to clipboard
is there an async sender.flush()?
When calling sender.flush()
, is it possible to use an asynchronous approach?
I've drafted a PR for a SenderPool
. I'm still deciding if this is a good way to go, since it would introduce a second alternative API for more advanced use cases.
I'd be happy to take some feedback.
See: https://github.com/questdb/py-questdb-client/pull/66