ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Add configurable Druid response parsing timeout #17

Closed mrooding closed 6 years ago

mrooding commented 6 years ago

As found in #16 the Druid response entity parsing has a hardcoded timeout set to 5 seconds. The reference.conf and README.md had a few redundant config properties which I replaced by a configuration properly specifically for defining the request entity parsing timeout.

krisgeus commented 6 years ago

LGTM