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-ssl-encryption-authentication.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article shows you how to set up SSL encryption between Apache Kafka clients
16
16
> [!Important]
17
17
> There are two clients which you can use for Kafka applications: a Java client and a console client. Only the Java client `ProducerConsumer.java` can use SSL for both producing and consuming. The console producer client `console-producer.sh` does not work with SSL.
18
18
19
-
## Apache Kafka Broker setup
19
+
## Apache Kafka broker setup
20
20
21
21
The Kafka SSL broker setup will use four HDInsight cluster VMs in the following way:
22
22
@@ -145,7 +145,7 @@ To complete the configuration modification, do the following steps:
145
145
146
146
1. Go to Ambari configuration UI and verify that the new properties show up under **Advanced kafka-env** and the **kafka-env template** property.
147
147
148
-

148
+

149
149
150
150
1. Restart all Kafka brokers.
151
151
1. Start the admin client with producer and consumer options to verify that both producers and consumers are working on port 9093.
@@ -205,7 +205,7 @@ These steps are detailed in the following code snippets.
205
205
## Client setup (with authentication)
206
206
207
207
> [!Note]
208
-
> The following steps are required only if you are setting up both SSL encryption **and** authentication. If you are only setting up encryption, please proceed to [Client setup without authentication](apache-kafka-ssl-encryption-authentication.md#client-setup-without-authentication)
208
+
> The following steps are required only if you are setting up both SSL encryption **and** authentication. If you are only setting up encryption, then see [Client setup without authentication](apache-kafka-ssl-encryption-authentication.md#client-setup-without-authentication).
209
209
210
210
The following four steps summarize the tasks needed to complete the client setup:
211
211
@@ -292,7 +292,7 @@ The details of each step are given below.
3. open another ssh connection to client machine and start console consumer and provide the path to `client-ssl-auth.properties` as a configuration file for the consumer.
327
+
3. Open another ssh connection to client machine and start console consumer and provide the path to `client-ssl-auth.properties` as a configuration file for the consumer.
0 commit comments