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

Add Kafka compression type for Kafka Metastore Listener #98

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

javsanbel2
Copy link
Contributor

📝 Description

Adding compression.type Kafka property in kafka-metastore-listener.

🔗 Related Issues

@javsanbel2 javsanbel2 requested a review from a team as a code owner July 19, 2023 14:00
@@ -28,7 +28,8 @@ public enum KafkaProducerProperty implements Property {
BATCH_SIZE("batch.size", 16384),
LINGER_MS("linger.ms", 1L),
BUFFER_MEMORY("buffer.memory", 33554432L),
SERDE_CLASS("serde.class", JsonMetaStoreEventSerDe.class.getName());
SERDE_CLASS("serde.class", JsonMetaStoreEventSerDe.class.getName()),
COMPRESSION_TYPE("compression.type", "producer");
Copy link
Contributor

Choose a reason for hiding this comment

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

this is the default right we don't really need this change?

Copy link
Contributor

Choose a reason for hiding this comment

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

nevermind this is just to set the default again and allow for overrides in hive-site.xml

@javsanbel2 javsanbel2 merged commit 6465679 into main Jul 19, 2023
1 check failed
@javsanbel2 javsanbel2 deleted the feature/add-kafka-compression branch July 19, 2023 14:26
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.

3 participants