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/hdinsight/kafka/apache-kafka-connect-vpn-gateway.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Connect to Kafka using virtual networks - Azure HDInsight
3
3
description: Learn how to directly connect to Kafka on HDInsight through an Azure Virtual Network. Learn how to connect to Kafka from development clients using a VPN gateway, or from clients in your on-premises network by using a VPN gateway device.
4
-
ms.service: hdinsight
5
4
author: hrasheed-msft
6
5
ms.author: hrasheed
7
6
ms.reviewer: jasonh
7
+
ms.service: hdinsight
8
8
ms.custom: hdinsightactive
9
9
ms.topic: conceptual
10
10
ms.date: 05/28/2019
@@ -247,7 +247,7 @@ By default, Apache Zookeeper returns the domain name of the Kafka brokers to cli
247
247
248
248
3. To view Kafka configuration, select __Configs__ from the top middle.
249
249
250
-

4. To find the __kafka-env__ configuration, enter `kafka-env` in the __Filter__ field on the upper right.
253
253
@@ -269,7 +269,7 @@ By default, Apache Zookeeper returns the domain name of the Kafka brokers to cli
269
269
270
270
8. To save the configuration changes, use the __Save__ button. Enter a text message describing the changes. Select __OK__ once the changes have been saved.

273
273
274
274
9. To prevent errors when restarting Kafka, use the __Service Actions__ button and select __Turn On Maintenance Mode__. Select OK to complete this operation.
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/apache-kafka-get-started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Set up Apache Kafka on HDInsight using Azure portal - Quickstart
3
3
description: In this quickstart, you learn how to create an Apache Kafka cluster on Azure HDInsight using the Azure portal. You also learn about Kafka topics, subscribers, and consumers.
4
-
ms.service: hdinsight
5
4
author: hrasheed-msft
6
5
ms.author: hrasheed
7
-
ms.reviewer: jasonh
6
+
ms.reviewer: jasonh
7
+
ms.service: hdinsight
8
8
ms.custom: mvc
9
9
ms.topic: quickstart
10
10
ms.date: 06/12/2019
@@ -34,18 +34,18 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
34
34
1. Sign in to the [Azure portal](https://portal.azure.com).
35
35
36
36
2. From the left menu, navigate to **+ Create a resource** > **Analytics** > **HDInsight**.
37
-
38
-

5. From __Basics__, enter or select the following information:
63
63
@@ -73,7 +73,7 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
73
73
74
74
For high availability of data, select a region (location) that contains __three fault domains__. For information on the number of fault domains in a region, see the [Availability of Linux virtual machines](../../virtual-machines/windows/manage-availability.md#use-managed-disks-for-vms-in-an-availability-set) document.
@@ -101,7 +101,7 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
101
101
102
102
11. From the **Summary**, review the configuration for the cluster. Use the __Edit__ links to change any settings that are incorrect. Finally, select **Create** to create the cluster.
0 commit comments