v0.7.4
New features:
- Flink: Add Flink accumulators (#124)
- Optionally locate Druid tasks through "runningTasks" endpoint on the overlord. (#126)
- Samza: Include property for setting lingerMillis. (#127)
- Support full tuningConfig by handling it in a more loosely typed way. (#129)
- Server: Asynchronous API option. (#130)
Improvements:
- Disable Finagle fail-fast behavior by default. (#123)
- Cache timestamps when using DruidBeams.fromConfig. (#128)
- Flink: Update to Flink 1.0.0. (#135)
- DruidTaskResolver: Demote polling log message to DEBUG. (#139)
- Additional logging for non-retryable responses. (#141)
- Server: Change asynchronous route to an ?async option. (#146)
Bug fixes:
- Server: Raise default http.threads. (#132)
- Fix 'Loss of Druid redundancy' alert 'status' field. (#133)
- Fix objectWriter, automatic partitioning for MessageHolder. (#137)
- Kafka: Avoid List.sort(Comparator), it doesn't exist in java 7. (#144)
Other: