Skip to content

Commit 1ab9151

Browse files
authored
Merge pull request #103428 from umaanbazhagan/patch-2
Update apache-domain-joined-run-kafka.md
2 parents e353402 + ab1c42b commit 1ab9151

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/hdinsight/domain-joined/apache-domain-joined-run-kafka.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ Based on the Ranger policies configured, **sales_user** can produce/consume topi
142142

143143
4. Follow Step 3 under **Build and deploy the example** in [Tutorial: Use the Apache Kafka Producer and Consumer APIs](../kafka/apache-kafka-producer-consumer-api.md#build-and-deploy-the-example) to ensure that the `kafka-producer-consumer.jar` is also available to **sales_user**.
144144

145+
**Note: For this tutorial, please use the kafka-producer-consumer.jar under "DomainJoined-Producer-Consumer" project (not the one under Producer-Consumer project, which is for non domain joined scenarios).**
146+
145147
5. Verify that **sales_user1** can produce to topic `salesevents` by executing the following command:
146148

147149
```bash
@@ -190,7 +192,10 @@ If you're not going to continue to use this application, delete the Kafka cluste
190192
1. In the list of HDInsight clusters that appears, click the **...** next to the cluster that you created for this tutorial.
191193
1. Click **Delete**. Click **Yes**.
192194

195+
## Troubleshooting
196+
If kafka-producer-consumer.jar does not work in a domain joined cluster, please make sure you are using the kafka-producer-consumer.jar under "DomainJoined-Producer-Consumer" project (not the one under Producer-Consumer project, which is for non domain joined scenarios).
197+
193198
## Next steps
194199

195200
> [!div class="nextstepaction"]
196-
> [Bring your own key to Apache Kafka](../kafka/apache-kafka-byok.md)
201+
> [Bring your own key to Apache Kafka](../kafka/apache-kafka-byok.md)

0 commit comments

Comments
 (0)