Skip to content

Commit 0e80716

Browse files
Merge pull request #261252 from spelluru/patch-35
Clarification about consuming Kafka traffic using AMQP
2 parents 1362692 + 454c206 commit 0e80716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Kafka producer application developers can enable message compression by setting
121121

122122
`Compression.type = none | gzip`
123123

124-
The feature is currently only supported for Apache Kafka traffic producer and consumer traffic and not AMQP or web service traffic. The payload of any Event Hubs event is a byte stream and the content can be compressed with an algorithm of your choosing though in public preview, the only option is gzip. The benefits of using Kafka compression are through smaller message size, increased payload size you can transmit, and lower message broker resource consumption.
124+
The feature is currently only supported for Apache Kafka traffic producer and consumer traffic. AMQP consumer can consume compressed Kafka traffic as decompressed messages. The payload of any Event Hubs event is a byte stream and the content can be compressed with an algorithm of your choosing though in public preview, the only option is gzip. The benefits of using Kafka compression are through smaller message size, increased payload size you can transmit, and lower message broker resource consumption.
125125

126126
### Kafka Streams
127127

0 commit comments

Comments
 (0)