Add default value for mq.type (#26064)

Signed-off-by: wayblink <anyang.wang@zilliz.com>
pull/26125/head
wayblink 2023-08-04 18:35:07 +08:00 committed by GitHub
parent f915f1739a
commit 775f03ed5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ func (p *MQConfig) Init(base *BaseTable) {
p.Type = ParamItem{
Key: "mq.type",
Version: "2.3.0",
DefaultValue: "",
DefaultValue: "default",
Doc: `Default value: "default"
Valid values: [default, pulsar, kafka, rocksmq, natsmq]`,
Export: true,