Skip to content

Commit 6affb00

Browse files
authored
Merge pull request #123980 from sdoosari/patch-2
Update azure-event-hubs-kafka-overview.md
2 parents a12fd56 + 0a720ca commit 6affb00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/event-hubs/azure-event-hubs-kafka-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Conceptually, Kafka and Event Hubs are very similar. They're both partitioned lo
3535

3636
### Compression
3737

38+
The Kafka compression for Event Hubs is only supported in Premium and Dedicated tiers currently.
39+
3840
The client-side [compression](https://cwiki.apache.org/confluence/display/KAFKA/Compression) feature in Apache Kafka clients conserves compute resources and bandwidth by compressing a batch of multiple messages into a single message on the producer side and decompressing the batch on the consumer side. The Apache Kafka broker treats the batch as a special message.
3941

4042
Kafka producer application developers can enable message compression by setting the compression.type property. Azure Event Hubs currently supports `gzip` compression.

0 commit comments

Comments
 (0)