This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new b54f9ee5827 [fix][io] Restore lz4 compression with Kafka IO connector
after #25198 exclusion
b54f9ee5827 is described below
commit b54f9ee58273b5a0250094240a1ac989cf59d21b
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Apr 21 19:25:59 2026 +0300
[fix][io] Restore lz4 compression with Kafka IO connector after #25198
exclusion
- lz4 compression with Kafka would break without this change
(cherry picked from commit 49c0894d119c23862e5ac3cfacaf820489543a13)
---
pulsar-io/kafka/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pulsar-io/kafka/pom.xml b/pulsar-io/kafka/pom.xml
index 83783d479f8..8940832f7e7 100644
--- a/pulsar-io/kafka/pom.xml
+++ b/pulsar-io/kafka/pom.xml
@@ -91,6 +91,11 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>at.yawk.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </dependency>
+
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>