You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/cmd/kafka/topic/update/active.en.toml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,17 @@ one = 'Nothing to update'
28
28
one = 'Topic "{{.TopicName}}" in Kafka instance "{{.InstanceName}}" has been updated'
29
29
30
30
[kafka.topic.update.input.retentionMs.message]
31
-
description = 'Message for the Retention input'
31
+
description = 'Message for the Retention period input'
32
32
one = 'Retention Period (ms) [optional]:'
33
33
34
34
[kafka.topic.update.input.retentionMs.help]
35
-
description = 'Help for the Retention input'
36
-
one = 'The period of time in milliseconds the broker will retain a partition log before deleting it. Leave blank to skip updating this value.'
35
+
description = 'Help for the Retention period input'
36
+
one = 'The period of time in milliseconds the broker will retain a partition log before deleting it. Leave blank to skip updating this value.'
37
+
38
+
[kafka.topic.update.input.retentionBytes.message]
39
+
description = 'Message for the Retention size input'
40
+
one = 'Retention Size (bytes) [optional]:'
41
+
42
+
[kafka.topic.update.input.retentionBytes.help]
43
+
description = 'Help for the Retention size input'
44
+
one = 'The maximum total size of a partition log segments before old log segments are deleted to free up space. Leave blank to skip updating this value.'
0 commit comments