Skip to content

Commit 30ca5f8

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#44892
The path "azure-event-hubs-for-kafka/quickstart/java/producer/src/main/java/com/example/app" does not exist in the GitHub files. It should be replaced by "/quickstart/java/producer/src/main/java/"
1 parent f13bd78 commit 30ca5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-kafka-stream-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for
5757
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{CONNECTION STRING for EVENT HUB NAMESPACE}";
5858
```
5959

60-
5. Navigate to `azure-event-hubs-for-kafka/quickstart/java/producer/src/main/java/com/example/app`, and open **TestDataReporter.java** file in an editor of your choice.
60+
5. Navigate to `azure-event-hubs-for-kafka/quickstart/java/producer/src/main/java/`, and open **TestDataReporter.java** file in an editor of your choice.
6161
6. Comment out the following line of code:
6262

6363
```java

0 commit comments

Comments
 (0)