Skip to content

Commit

Permalink
Fix examples/kvp-demo/producer/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Dec 16, 2024
1 parent 5c14cf7 commit 2337c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kvp-demo/producer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ which generates the `quickstart-producer-all.jar` file under the `build/libs` fo
To run it:

```sh
$ java -jar build/libs/quickstart-producer-all.jar --bootstrap-servers <kafka.connection.string> --topic stocks
$ java -jar build/libs/quickstart-producer-all.jar --bootstrap-servers <kafka.connection.string>
```

0 comments on commit 2337c67

Please sign in to comment.