Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug/PLUGIN-996] Adding lz4 dependency for lz4 compressed kafka messages #153

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sahusanket
Copy link

No description provided.

@sahusanket sahusanket self-assigned this Dec 6, 2021
@@ -163,6 +167,11 @@
<artifactId>netty-http</artifactId>
<version>${netty-http.version}</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this work fine with all kafka plugins including streaming source?
Also does it work in sandbox and cloud environment after making these changes?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have tested on Sandbox :
[ BATCH ] : Kafka -> wrangler -> file : works.
[ Stream ] : Kafka -> wrangler -> file : works.

Haven't tested on GCP because of firewall issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants