Skip to content

Commit 68e2ec6

Browse files
authored
Fixed the alignments
Fixed the alignments
1 parent 4a8ade6 commit 68e2ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/kafka/apache-esp-kafka-ssl-encryption-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Run these steps on the client machine.
317317
### Kafka 2.1 or above
318318
319319
> [!Note]
320-
> Below commands will work if you are either using `kafka user` or a custom user which have access to do CRUD operation.
320+
> Below commands will work if you are either using `kafka` user or a custom user which have access to do CRUD operation.
321321
322322
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/access-to-crud-operation.png" alt-text="Screenshot showing how to provide access CRUD operations." border="true":::
323323
@@ -372,7 +372,7 @@ Using Command Line Tool
372372

373373
/usr/hdp/current/kafka-broker/bin/kafka-console-consumer.sh --bootstrap-server <FQDN_WORKER_NODE>:9093 --topic topic1 --consumer.config ~/ssl/client-ssl-auth.properties --from-beginning
374374
```
375-
375+
376376
If you want to use Java client to do CRUD operations, then use following GitHub repository.
377377

378378
https://github.com/Azure-Samples/hdinsight-kafka-java-get-started/tree/main/DomainJoined-Producer-Consumer-With-TLS

0 commit comments

Comments
 (0)