File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ The `bootstrap` subcommand creates apply topic configs from the existing topics
145145cluster. This can be used to "import" topics not created or previously managed by topicctl.
146146The output can be sent to either a directory (if the ` --output ` flag is set) or ` stdout ` .
147147
148+ The placement strategy for the bootstrapped topic configs will default to ` cross-rack ` .
149+ This can be overwritten by setting the ` --placement-strategy-overwrite ` flag to any of the
150+ values mentioned in the Placement strategies section.
151+
148152By default, this does not include internal topics such as ` __consumer_offsets ` .
149153If you would like to have these topics included,
150154pass the ` --allow-internal-topics ` flag.
Original file line number Diff line number Diff line change 11package version
22
33// Version is the current topicctl version.
4- const Version = "1.24 .0"
4+ const Version = "2.0 .0"
You can’t perform that action at this time.
0 commit comments