Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input from STDIN can be used instead of a file on disk., to do this use a hyphen instead of a file path:

Code Block
languagetext
titleExample usage with STDIN
grep 'code text
complex.property' server.properties | bin/kafka-configs --bootstrap-server localhost:9092 \
  --entity-type brokers --entity-default \
  --alter --add-config-file -

Public Interfaces

We will add the --add-config-file option to kafka-configs.sh. It will be mutually exclusive with --add-config.

...