mirror of https://github.com/apache/kafka.git
KAFKA-12921: Upgrade zstd-jni to 1.5.0-2 (#10847)
This PR aims to upgrade `zstd-jni` from `1.4.9-1` to `1.5.0-2`. This change will incorporate a number of bug fixes and performance improvements made in `1.5.0` of `zstd`: - https://github.com/facebook/zstd/releases/tag/v1.5.0 - https://github.com/luben/zstd-jni/releases/tag/v1.5.0-1 - https://github.com/luben/zstd-jni/releases/tag/v1.5.0-2 The most recent `1.5.0` release offers +25%-140% (compression) and +15% (decompression) performance improvements under certain conditions. Those conditions are unlikely to apply to Kafka with the default configuration, however. Since this is a dependency change, this should pass all the existing CIs. Reviewers: Lee Dongjin <dongjin@apache.org>, Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
530224e4fe
commit
39b9df5090
|
@ -112,7 +112,7 @@ versions += [
|
|||
spotbugs: "4.2.2",
|
||||
zinc: "1.3.5",
|
||||
zookeeper: "3.5.9",
|
||||
zstd: "1.4.9-1"
|
||||
zstd: "1.5.0-2"
|
||||
]
|
||||
libs += [
|
||||
activation: "javax.activation:activation:$versions.activation",
|
||||
|
|
Loading…
Reference in New Issue