Skip to content

Commit dc351da

Browse files
author
David Teutli
committed
chore: update README and bump version
1 parent 69daa2d commit dc351da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ The `bootstrap` subcommand creates apply topic configs from the existing topics
145145
cluster. This can be used to "import" topics not created or previously managed by topicctl.
146146
The 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+
148152
By default, this does not include internal topics such as `__consumer_offsets`.
149153
If you would like to have these topics included,
150154
pass the `--allow-internal-topics` flag.

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the current topicctl version.
4-
const Version = "1.24.0"
4+
const Version = "2.0.0"

0 commit comments

Comments
 (0)