...
| This option allows you to add partitions to a topic. It is impossible to remove partitions. For further information on the arguments you can alter, refer to http://kafka.apache.org/082/documentation.html. |
| You create your Kafka configuration using this option. You use this action to determine the name of the topic, how many partitions there are in the topic, and the replication factor for each partition. See the For further information on the arguments you can create, refer to http://kafka.apache.org/082/documentation.html. |
| You use this option to delete a topic. |
[--describe [--topic <topic-name-regexp>]] | This option provides a description of all the topics that have been created, or you can specify for which topic you want to view the description. See the
For further information on the arguments, for which you can display a description, refer to http://kafka.apache.org/082/documentation.html. |
[--list [--topic <topic-name-regexp>]] | A list of all the topics is provided, or you can specify a topic. |
[ --verbose-on-error] | If you are using Kafka embedded in , you use this option to display the stack trace information in more detail when an error occurs. |
...