Skip to content

Commit f3f893f

Browse files
Update articles/hdinsight/kafka/apache-kafka-producer-consumer-api.md
Co-authored-by: Hassan Rasheed <[email protected]>
1 parent 27478c5 commit f3f893f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/hdinsight/kafka/apache-kafka-producer-consumer-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ The [Run.java](https://github.com/Azure-Samples/hdinsight-kafka-java-get-started
111111

112112
## Use Pre-built JAR files
113113

114-
Download the jars from here: https://github.com/Azure-Samples/hdinsight-kafka-java-get-started/tree/master/Prebuilt-Jars. If your cluster is **Enterprise Security Package (ESP)** enabled, use kafka-producer-consumer-esp.jar. Use the command below to copy the jars to your cluster.
114+
Download the jars from the [Kafka Get Started Azure sample](https://github.com/Azure-Samples/hdinsight-kafka-java-get-started/tree/master/Prebuilt-Jars). If your cluster is **Enterprise Security Package (ESP)** enabled, use kafka-producer-consumer-esp.jar. Use the command below to copy the jars to your cluster.
115+
115116

116117
```cmd
117118
scp kafka-producer-consumer*.jar [email protected]:kafka-producer-consumer.jar

0 commit comments

Comments
 (0)