We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a968418 commit 66f419cCopy full SHA for 66f419c
cmd/topicctl/subcmd/apply.go
@@ -112,7 +112,7 @@ func init() {
112
&applyConfig.destructive,
113
"destructive",
114
false,
115
- "Deletes topic settings from the broker if the setting is set on the broker but not in config",
+ "Deletes topic settings from the broker if the settings are present on the broker but not in the config",
116
)
117
applyCmd.Flags().DurationVar(
118
&applyConfig.sleepLoopDuration,
@@ -267,6 +267,7 @@ func applyTopic(
267
SkipConfirm: applyConfig.skipConfirm,
268
IgnoreFewerPartitionsError: applyConfig.ignoreFewerPartitionsError,
269
Destructive: applyConfig.destructive,
270
+ SleepLoopDuration: applyConfig.sleepLoopDuration,
271
TopicConfig: topicConfig,
272
}
273
0 commit comments