Skip to content

Commit

Permalink
Fix examples/quickstart-producer/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Aug 20, 2024
1 parent 667ae25 commit 9d4d82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/quickstart-producer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ This folder contains the Gradle project of the Kafka native producer used for th

To build the producer:

```sh
./gradlew build
```sh
$ ./gradlew build
```

which generates the `quickstart-producer-all.jar` file under the `build/libs` folder.

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> --topic stocks
```

0 comments on commit 9d4d82a

Please sign in to comment.