Skip to content

Commit

Permalink
fix: paths to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
aermolaev committed Mar 7, 2023
1 parent 811bd2d commit 5f1d902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ message HelloRequest {
```sh
$ protokaf produce HelloRequest \
--broker kafka:9092 \
--proto api/example.proto \
--proto internal/proto/testdata/example.proto \
--topic test \
--data '{"name": "Alice", "age": 11}'
```
Expand All @@ -76,7 +76,7 @@ $ protokaf produce HelloRequest \
```sh
$ protokaf produce HelloRequest \
--broker kafka:9092 \
--proto api/example.proto \
--proto internal/proto/testdata/example.proto \
--topic test \
--header "priority=high" \
--header "application=protokaf" \
Expand All @@ -87,7 +87,7 @@ $ protokaf produce HelloRequest \
```sh
$ protokaf produce HelloRequest \
--broker kafka:9092 \
--proto api/example.proto \
--proto internal/proto/testdata/example.proto \
--topic test \
--data '{"name": {{randomFemaleName | quote}}, "age": {{randomNumber 10 20}}}' \
--count 10 \
Expand Down

0 comments on commit 5f1d902

Please sign in to comment.