Skip to content

Commit 8fcbdf8

Browse files
fixed validation warning
1 parent 24085a0 commit 8fcbdf8

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.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ The compression field enables compression for the messages sent to Kafka topics.
467467
| ----- | ----------- |
468468
| none | No compression or batching is applied. *none* is the default value if no compression is specified. |
469469
| 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. |
472472

473473

474474
### Batching

0 commit comments

Comments
 (0)