Skip to content

Commit e495d08

Browse files
committed
Add compression support
1 parent d6dae5a commit e495d08

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: mq
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 06/05/2024
10+
ms.date: 06/06/2024
1111

1212
#CustomerIntent: As an operator, I want to understand how to configure Azure IoT MQ to send and receive messages between Azure IoT MQ and Kafka.
1313
---
@@ -461,14 +461,14 @@ The following table describes the fields in the KafkaConnectorTopicMap CR:
461461

462462
### Compression
463463

464-
The compression field enables compression for the messages sent to Kafka topics. Compression helps to reduce the network bandwidth and storage space required for data transfer. However, compression also adds some overhead and latency to the process. The supported compression types are listed in the following table.
464+
The compression field enables compression for the messages sent to Kafka topics. Compression helps to reduce the network bandwidth and storage space required for data transfer. However, compression also adds some overhead and latency to the process. The compression types values and support are listed in the following table.
465465

466-
| Value | Description |
467-
| ----- | ----------- |
468-
| none | No compression or batching is applied. *none* is the default value if no compression is specified. |
469-
| gzip | GZIP compression and batching are applied. GZIP is a general-purpose compression algorithm that offers a good balance between compression ratio and speed. [Event Hubs Premium](../../event-hubs/event-hubs-premium-overview.md) pricing tier is required for GZIP compression. |
470-
| Snappy | Snappy compression is not supported by [Azure Event Hub](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview). Use [Apache Kafka](https://kafka.apache.org) for Snappy compression type. |
471-
| LZ4 | LZ4 compression is not supported by [Azure Event Hub](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview). Use [Apache Kafka](https://kafka.apache.org) for LZ4 compression type. |
466+
| Value | Description | Supported |
467+
| ----- | ----------- | --------- |
468+
| none | No compression or batching is applied. *none* is the default value if no compression is specified. | Yes |
469+
| gzip | GZIP compression and batching are applied. GZIP is a general-purpose compression algorithm that offers a good balance between compression ratio and speed. [Event Hubs Premium](../../event-hubs/event-hubs-premium-overview.md) pricing tier is required for GZIP compression. | Yes |
470+
| Snappy | Snappy compression is not supported by [Azure Event Hub](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview). | No. Use [Apache Kafka](https://kafka.apache.org) |
471+
| LZ4 | LZ4 compression is not supported by [Azure Event Hub](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview). | No. Use [Apache Kafka](https://kafka.apache.org) |
472472

473473

474474
### Batching

0 commit comments

Comments
 (0)