Skip to content

Commit 718d9ce

Browse files
committed
Fix link
1 parent f9dff5a commit 718d9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ The compression field enables compression for the messages sent to Kafka topics.
466466
| ----- | ----------- | --------- |
467467
| none | No compression or batching is applied. *none* is the default value if no compression is specified. | Yes |
468468
| 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 |
469-
| snappy | Snappy compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.m#compression). | No. Use [Apache Kafka](https://kafka.apache.org). |
469+
| snappy | Snappy compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.md#compression). | No. Use [Apache Kafka](https://kafka.apache.org). |
470470
| lz4 | LZ4 compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.md#compression). | No. Use [Apache Kafka](https://kafka.apache.org). |
471471

472472

0 commit comments

Comments
 (0)