Skip to content

Commit

Permalink
topic produce: make nb_max_messages_to_generate configurable #5976
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Oct 18, 2024
1 parent 562dcdb commit 363a9f9
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 178 deletions.
2 changes: 1 addition & 1 deletion scripts/cli/completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ _playground_completions() {
;;

*'topic produce'*)
while read -r; do COMPREPLY+=("$REPLY"); done < <(compgen -W "$(_playground_completions_filter "--compatibility --compression-codec --consume --delete-topic --forced-key --forced-value --generate-only --headers --help --key --key-subject-name-strategy --max-nb-messages-per-batch --nb-messages --nb-partitions --no-null --producer-property --record-size --sleep-time-between-batch --tombstone --topic --validate --validate-config --value --value-subject-name-strategy --verbose -h -t -v")" -- "$cur")
while read -r; do COMPREPLY+=("$REPLY"); done < <(compgen -W "$(_playground_completions_filter "--compatibility --compression-codec --consume --delete-topic --forced-key --forced-value --generate-only --headers --help --key --key-subject-name-strategy --max-nb-messages-per-batch --max-nb-messages-to-generate --nb-messages --nb-partitions --no-null --producer-property --record-size --sleep-time-between-batch --tombstone --topic --validate --validate-config --value --value-subject-name-strategy --verbose -h -t -v")" -- "$cur")
;;

*'topic alter'*'-t')
Expand Down
Loading

0 comments on commit 363a9f9

Please sign in to comment.