mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: Don't start CDC by default in standalone mode (#44533)
issue: https://github.com/milvus-io/milvus/issues/44123 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
cc53b25ba4
commit
2fe244c587
@ -147,7 +147,6 @@ func GetMilvusRoles(args []string, flags *flag.FlagSet) *roles.MilvusRoles {
|
||||
role.EnableQueryNode = true
|
||||
role.EnableDataNode = true
|
||||
role.EnableStreamingNode = true
|
||||
role.EnableCDC = true
|
||||
role.Local = true
|
||||
role.Embedded = serverType == typeutil.EmbeddedRole
|
||||
case typeutil.MixCoordRole:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user