Skip to content

Commit

Permalink
tip
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Sep 21, 2023
1 parent d314590 commit 6373af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli/playground
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ playground_repro_bootstrap_usage() {

# :flag.usage
printf " %s\n" "$(magenta "--producer, -p PRODUCER-TYPE")"
printf " ♨️ Java producer type to use\n \n One of avro, avro-with-key, protobuf, protobuf-with-key, json-schema,\n json-schema-with-key\n \n 🎓 Tip: 'with-key' will also produce key with selected converter, otherwise\n LongConverter is used\n"
printf " ♨️ Java producer type to use\n \n One of avro, avro-with-key, protobuf, protobuf-with-key, json-schema,\n json-schema-with-key\n \n 🎓 Tip: Most of times, it's much simpler to use 'playground topic produce'.\n Use java producer only if you have very specific requirements such as\n specifying record timestamp, use key with schema or to do perf testing\n \n 🎓 Tip: 'with-key' will also produce key with selected converter, otherwise\n LongConverter is used\n"
printf " Allowed: none, avro, avro-with-key, protobuf, protobuf-with-key, json-schema, json-schema-with-key\n"
printf " Default: none\n"
echo
Expand Down
2 changes: 2 additions & 0 deletions scripts/cli/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ commands:
One of avro, avro-with-key, protobuf, protobuf-with-key, json-schema, json-schema-with-key
🎓 Tip: Most of times, it's much simpler to use 'playground topic produce'. Use java producer only if you have very specific requirements such as specifying record timestamp, use key with schema or to do perf testing
🎓 Tip: 'with-key' will also produce key with selected converter, otherwise LongConverter is used
- long: --nb-producers
Expand Down

0 comments on commit 6373af1

Please sign in to comment.