Skip to content

Commit 49c0894

Browse files
committed
[fix][io] Restore lz4 compression with Kafka IO connector after #25198 exclusion
- lz4 compression with Kafka would break without this change
1 parent eae4ef8 commit 49c0894

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pulsar-io/kafka/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
</exclusions>
9292
</dependency>
9393

94+
<dependency>
95+
<groupId>at.yawk.lz4</groupId>
96+
<artifactId>lz4-java</artifactId>
97+
</dependency>
98+
9499
<dependency>
95100
<groupId>io.confluent</groupId>
96101
<artifactId>kafka-schema-registry-client</artifactId>

0 commit comments

Comments
 (0)