You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-kafka.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,8 +467,8 @@ The compression field enables compression for the messages sent to Kafka topics.
467
467
| ----- | ----------- |
468
468
| none | No compression or batching is applied. *none* is the default value if no compression is specified. |
469
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. |
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. |
0 commit comments