Skip to content

Commit 7181724

Browse files
Merge pull request #287970 from PatAltimore/patricka-kafka-compression
Add gzip limitation
2 parents 4c4fceb + e6cfefc commit 7181724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ kubectl create secret generic cs-secret -n azure-iot-operations \
108108

109109
#### Limitations
110110

111-
Azure Event Hubs [doesn't support all the compression types that Kafka supports](../../event-hubs/azure-event-hubs-kafka-overview.md#compression). Only GZIP compression is supported. Using other compression types might result in errors.
111+
Azure Event Hubs [doesn't support all the compression types that Kafka supports](../../event-hubs/azure-event-hubs-kafka-overview.md#compression). Only GZIP compression is supported in Azure Event Hubs premium and dedicated tiers currently. Using other compression types might result in errors.
112112

113113
### Other Kafka brokers
114114

@@ -455,7 +455,7 @@ The compression field enables compression for the messages sent to Kafka topics.
455455
| Value | Description |
456456
| ----- | ----------- |
457457
| `None` | No compression or batching is applied. None is the default value if no compression is specified. |
458-
| `Gzip` | GZIP compression and batching are applied. GZIP is a general-purpose compression algorithm that offers a good balance between compression ratio and speed. GZIP is the only compression method supported by Azure Event Hubs. |
458+
| `Gzip` | GZIP compression and batching are applied. GZIP is a general-purpose compression algorithm that offers a good balance between compression ratio and speed. Only [GZIP compression is supported in Azure Event Hubs premium and dedicated tiers](../../event-hubs/azure-event-hubs-kafka-overview.md#compression) currently. |
459459
| `Snappy` | Snappy compression and batching are applied. Snappy is a fast compression algorithm that offers moderate compression ratio and speed. |
460460
| `Lz4` | LZ4 compression and batching are applied. LZ4 is a fast compression algorithm that offers low compression ratio and high speed. |
461461

0 commit comments

Comments
 (0)