Skip to content

Commit cab03d9

Browse files
committed
fixed issues
1 parent 2a27da3 commit cab03d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/event-hubs/.openpublishing.redirection.event-hubs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"redirections": [
33
{
4-
"source_path": "sazure-event-hubs-kafka-overview.md",
4+
"source_path": "azure-event-hubs-kafka-overview.md",
55
"redirect_url": "/azure/event-hubs/azure-event-hubs-apache-kafka-overview",
66
"redirect_document_id": false
77
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To set up bi-directional communication between Azure IoT Operations and Apache K
2424

2525
## Azure Event Hubs
2626

27-
[Azure Event Hubs is compatible with the Kafka protocol](../../event-hubs/azure-event-hubs-kafka-overview.md) and can be used with dataflows with some limitations.
27+
[Azure Event Hubs is compatible with the Kafka protocol](../../event-hubs/azure-event-hubs-apache-kafka-overview.md) and can be used with dataflows with some limitations.
2828

2929
### Create an Azure Event Hubs namespace and event hub
3030

@@ -220,7 +220,7 @@ kafkaSettings:
220220
221221
### Limitations
222222
223-
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.
223+
Azure Event Hubs [doesn't support all the compression types that Kafka supports](../../event-hubs/azure-event-hubs-apache-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.
224224
225225
## Custom Kafka brokers
226226
@@ -685,7 +685,7 @@ The compression field enables compression for the messages sent to Kafka topics.
685685
| Value | Description |
686686
| ----- | ----------- |
687687
| `None` | No compression or batching is applied. None is the default value if no compression is specified. |
688-
| `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. |
688+
| `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-apache-kafka-overview.md#compression) currently. |
689689
| `Snappy` | Snappy compression and batching are applied. Snappy is a fast compression algorithm that offers moderate compression ratio and speed. This compression mode isn't supported by Azure Event Hubs. |
690690
| `Lz4` | LZ4 compression and batching are applied. LZ4 is a fast compression algorithm that offers low compression ratio and high speed. This compression mode isn't supported by Azure Event Hubs. |
691691

articles/iot-operations/overview-iot-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure IoT Operations:
2222
* Lets you manage edge services and resources from the cloud by using [Azure Arc](/azure/azure-arc/overview).
2323
* Can integrate customer workloads into the platform to create a unified solution.
2424
* Supports GitOps configuration as code for deployment and updates.
25-
* Natively integrates with [Azure Event Hubs](../event-hubs/azure-event-hubs-kafka-overview.md), [Azure Event Grid's MQTT broker](../event-grid/mqtt-overview.md), and [Microsoft Fabric](/fabric/) in the cloud.
25+
* Natively integrates with [Azure Event Hubs](../event-hubs/azure-event-hubs-apache-kafka-overview.md), [Azure Event Grid's MQTT broker](../event-grid/mqtt-overview.md), and [Microsoft Fabric](/fabric/) in the cloud.
2626

2727
Use Azure IoT Operations to:
2828

0 commit comments

Comments
 (0)