druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

Allow use of the Tornado curl_httpclient implementation #162

Closed wjdecorte closed 5 years ago

wjdecorte commented 5 years ago

Currently PyDruid uses the default tornado simple_httpclient implementation which the ability to change to the curl_httpclient which could be faster. It would be great if an optional parameter could be set to change the implementation of the http client from the default.

wjdecorte commented 5 years ago

Fix implemented.