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
1. Create a file `client-ssl-auth.properties`. It should have the following lines:
295
+
1. Create a file `client-ssl-auth.properties` on client machine (hn1) . It should have the following lines:
296
296
297
297
```bash
298
298
security.protocol=SSL
@@ -305,6 +305,8 @@ The details of each step are given below.
305
305
306
306
## Verification
307
307
308
+
Run these steps on the client machine.
309
+
308
310
> [!Note]
309
311
> If HDInsight 4.0 and Kafka 2.1 is installed, you can use the console producer/consumers to verify your setup. If not, run the Kafka producer on port 9092 and send messages to the topic, and then use the Kafka consumer on port 9093 which uses TLS.
0 commit comments