Humio Server 1.1.20 Archive (2018-09-24)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.1.20 | Archive | 2018-09-24 | 2019-11-19 | 1.1.0 | 11 | Yes | No |
Use Kafka version 2.0.0
Bug Fixes
Summary
Humio is upgraded to use the Kafka 2.0 client. It is still possible to connect to a Kafka running version 1.X
Humio's Kafka and Zookeeper Docker images have been upgraded to use Kafka 2.0.0.~~ (Update: See 1.1.23)
Added the possibility to add extra Kafka configuration properties to Kafka consumers and producers by pointing to a properties file using
EXTRA_KAFKA_CONFIGS_FILE
. This makes it possible to connect to a Kafka cluster using SSL and SASL.