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
Description: "Name of the CKafka topic. It must start with a letter, the rest can contain letters, numbers and dashes(-). The length range is from 1 to 64.",
Description: "The number of replica, the maximum is 3.",
80
+
Description: "The number of replica.",
81
81
},
82
82
"note": {
83
83
Type: schema.TypeString,
84
84
Computed: true,
85
-
Description: "The subject note is a string of no more than 64 characters. It must start with a letter, and the remaining part can contain letters, numbers and dashes (-).",
Description: "Message can be selected. Retention time, unit ms, the current minimum value is 60000ms.",
120
+
Description: "Message can be selected. Retention time, unit ms.",
121
121
},
122
122
"sync_replica_min_num": {
123
123
Type: schema.TypeInt,
124
124
Computed: true,
125
-
Description: "Min number of sync replicas, Default is 1.",
125
+
Description: "Min number of sync replicas.",
126
126
},
127
127
"clean_up_policy": {
128
128
Type: schema.TypeString,
129
129
Computed: true,
130
-
Description: "Clear log policy, log clear mode, the default is delete. delete: logs are deleted according to the storage time, compact: logs are compressed according to the key, compact, delete: logs are compressed according to the key and will be deleted according to the storage time.",
130
+
Description: "Clear log policy, log clear mode. delete: logs are deleted according to the storage time, compact: logs are compressed according to the key, compact, delete: logs are compressed according to the key and will be deleted according to the storage time.",
0 commit comments