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 66f419c commit 6972a4cCopy full SHA for 6972a4c
pkg/apply/apply.go
@@ -427,7 +427,7 @@ func (t *TopicApplier) updateSettings(
427
428
if len(missingKeys) > 0 && t.config.Destructive {
429
log.Infof(
430
- "Found %d key(s) set in cluster but missing from config for deletion:\n%s",
+ "Found %d key(s) set in cluster but missing from config to be deleted:\n%s",
431
len(missingKeys),
432
FormatMissingKeys(topicInfo.Config, missingKeys),
433
)
0 commit comments