Skip to content

Commit 312b842

Browse files
author
PRMerger6
authored
Merge pull request #41960 from v-stadam/ApacheKafkaTypo
Fix typo in param name
2 parents c5cfb55 + efda299 commit 312b842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/kafka/apache-kafka-streams-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To build and deploy the project to your Kafka on HDInsight cluster, use the foll
250250
jumped 13641
251251

252252
> [!NOTE]
253-
> The parameter `--from-beggining` configures the consumer to start at the beginning of the records stored in the topic. The count increments each time a word is encountered, so the topic contains multiple entries for each word, with an increasing count.
253+
> The parameter `--from-beginning` configures the consumer to start at the beginning of the records stored in the topic. The count increments each time a word is encountered, so the topic contains multiple entries for each word, with an increasing count.
254254

255255
7. Use the __Ctrl + C__ to exit the producer. Continue using __Ctrl + C__ to exit the application and the consumer.
256256

0 commit comments

Comments
 (0)