mirror of https://github.com/apache/kafka.git
KAFKA-14148: Update ResetOffsetsDoc (#12491)
Reviewers: David Jacot <djacot@confluent.io>
This commit is contained in:
parent
dc72f6ec02
commit
ad96406e9b
|
|
@ -988,8 +988,8 @@ object ConsumerGroupCommand extends Logging {
|
|||
val ResetOffsetsDoc = "Reset offsets of consumer group. Supports one consumer group at the time, and instances should be inactive" + nl +
|
||||
"Has 2 execution options: --dry-run (the default) to plan which offsets to reset, and --execute to update the offsets. " +
|
||||
"Additionally, the --export option is used to export the results to a CSV format." + nl +
|
||||
"You must choose one of the following reset specifications: --to-datetime, --by-period, --to-earliest, " +
|
||||
"--to-latest, --shift-by, --from-file, --to-current." + nl +
|
||||
"You must choose one of the following reset specifications: --to-datetime, --by-duration, --to-earliest, " +
|
||||
"--to-latest, --shift-by, --from-file, --to-current, --to-offset." + nl +
|
||||
"To define the scope use --all-topics or --topic. One scope must be specified unless you use '--from-file'."
|
||||
val DryRunDoc = "Only show results without executing changes on Consumer Groups. Supported operations: reset-offsets."
|
||||
val ExecuteDoc = "Execute operation. Supported operations: reset-offsets."
|
||||
|
|
|
|||
Loading…
Reference in New Issue