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-auto-create-topics.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,46 +7,44 @@ ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
8
ms.custom: hdinsightactive
9
9
ms.topic: conceptual
10
-
ms.date: 04/18/2018
10
+
ms.date: 10/25/2019
11
11
---
12
12
13
13
# How to configure Apache Kafka on HDInsight to automatically create topics
14
14
15
-
By default, [Apache Kafka](https://kafka.apache.org/) on HDInsight does not enable automatic topic creation. You can enable auto topic creation for existing clusters using [Apache Ambari](https://ambari.apache.org/). You can also enable auto topic creation when creating a new Kafka cluster using an Azure Resource Manager template.
15
+
By default, [Apache Kafka](https://kafka.apache.org/) on HDInsight doesn't enable automatic topic creation. You can enable auto topic creation for existing clusters using [Apache Ambari](https://ambari.apache.org/). You can also enable auto topic creation when creating a new Kafka cluster using an Azure Resource Manager template.
16
16
17
17
## Apache Ambari Web UI
18
18
19
19
To enable automatic topic creation on an existing cluster through the Ambari Web UI, use the following steps:
20
20
21
-
1. From the [Azure portal](https://portal.azure.com), select the Kafka cluster.
21
+
1. From the [Azure portal](https://portal.azure.com), select your Kafka cluster.
22
22
23
-
2. From the __Cluster overview__, select __Cluster dashboard__.
23
+
1. From **Cluster dashboards**, select **Ambari home**.
24
24
25
-

25
+

26
26
27
-
3. Then select __HDInsight cluster dashboard__. When prompted, authenticate using the login (admin) credentials for the cluster.
27
+
When prompted, authenticate using the login (admin) credentials for the cluster. Alternatively, you can connect to Amabri directly from `https://CLUSTERNAME.azurehdinsight.net/` where `CLUSTERNAME` is the name of your Kafka cluster.
28
28
29
-

30
-
31
-
3. Select the Kafka service from the list on the left of the page.
29
+
1. Select the Kafka service from the list on the left of the page.
32
30
33
31

34
32
35
-
4. Select Configs in the middle of the page.
33
+
1. Select Configs in the middle of the page.
36
34
37
35

38
36
39
-
5. In the Filter field, enter a value of `auto.create`.
37
+
1. In the Filter field, enter a value of `auto.create`.
0 commit comments