This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.2 by this push:
new 49c0894d119 [fix][io] Restore lz4 compression with Kafka IO connector
after #25198 exclusion
49c0894d119 is described below
commit 49c0894d119c23862e5ac3cfacaf820489543a13
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
---
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 b8b3701bd8a..9a4d7ecd2ea 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>