This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 6247df521da [fix][io] Restore lz4 compression with Kafka IO connector
after #25198 exclusion
6247df521da is described below
commit 6247df521da98b6ba74344169d079095879e790b
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 c7c3690c497..613befe8da9 100644
--- a/pulsar-io/kafka/pom.xml
+++ b/pulsar-io/kafka/pom.xml
@@ -96,6 +96,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>