Bump Kafka 3.9.2#7355
Closed
pan3793 wants to merge 1 commit intoapache:masterfrom
Closed
Conversation
pan3793
added a commit
that referenced
this pull request
Mar 13, 2026
### Why are the changes needed? Kafka 3.9.2 switches to `at.yawk.lz4:lz4-java` for security purpose, which does not really affect Kyuubi since we excluded all compression libs from kafka-clients, but it's always good to keep 3rd party libs up-to-date. ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7355 from pan3793/kafka-3.9.2. Closes #7355 37af2ec [Cheng Pan] Bump Kafka 3.9.2 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 9d6480d) Signed-off-by: Cheng Pan <chengpan@apache.org>
pan3793
added a commit
that referenced
this pull request
Mar 13, 2026
Kafka 3.9.2 switches to `at.yawk.lz4:lz4-java` for security purpose, which does not really affect Kyuubi since we excluded all compression libs from kafka-clients, but it's always good to keep 3rd party libs up-to-date. Pass GHA. No. Closes #7355 from pan3793/kafka-3.9.2. Closes #7355 37af2ec [Cheng Pan] Bump Kafka 3.9.2 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 9d6480d) Signed-off-by: Cheng Pan <chengpan@apache.org>
Member
Author
|
thanks, merged to master/1.11.1/1.10.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Kafka 3.9.2 switches to
at.yawk.lz4:lz4-javafor security purpose, which does not really affect Kyuubi since we excluded all compression libs from kafka-clients, but it's always good to keep 3rd party libs up-to-date.How was this patch tested?
Pass GHA.
Was this patch authored or co-authored using generative AI tooling?
No.