feat: Add configuration for mixCoord (#41246)

Add configuration for mixCoord
relate-pr:https://github.com/milvus-io/milvus/pull/41006
issue : https://github.com/milvus-io/milvus/issues/37764

Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
pull/41259/head
Xianhui Lin 2025-04-11 18:04:49 +08:00 committed by GitHub
parent f9febe3bae
commit 5318f3085c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -258,6 +258,10 @@ func WriteYaml(w io.Writer) {
# natsmq configuration.
# more detail: https://docs.nats.io/running-a-nats-service/configuration`,
},
{
name: "mixCoord",
header: "\n# Related configuration of mixCoord",
},
{
name: "rootCoord",
header: "\n# Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests",

View File

@ -247,6 +247,10 @@ natsmq:
maxBytes: # How many bytes the single P-channel may contain. Removing oldest messages if the P-channel exceeds this size
maxMsgs: # How many message the single P-channel may contain. Removing oldest messages if the P-channel exceeds this limit
# Related configuration of mixCoord
mixCoord:
enableActiveStandby: false
# Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests
rootCoord:
dmlChannelNum: 16 # The number of DML-Channels to create at the root coord startup.