chia7712 commented on code in PR #23506:
URL: https://github.com/apache/kafka/pull/23506#discussion_r4056753254


##########
gradle/dependencies.gradle:
##########
@@ -135,7 +135,7 @@ versions += [
   zinc: "1.12.1",
   // When updating the zstd version, please do as well in 
docker/native/native-image-configs/resource-config.json
   // Also make sure the compression levels in 
org.apache.kafka.common.record.CompressionType are still valid
-  zstd: "1.5.6-10",
+  zstd: "1.5.7-17",

Review Comment:
   ditto: https://issues.apache.org/jira/browse/KAFKA-21130



##########
docker/native/native-image-configs/resource-config.json:
##########
@@ -71,9 +71,9 @@
   }, {
     "pattern":"\\Qkafka/kafka-version.properties\\E"
   }, {
-    "pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-10.so\\E"
+    "pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.7-17.so\\E"

Review Comment:
   opened https://issues.apache.org/jira/browse/KAFKA-21131 to avoid hardcoding 
the version here in the future



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to