mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
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>
This commit is contained in:
parent
f9febe3bae
commit
5318f3085c
@ -258,6 +258,10 @@ func WriteYaml(w io.Writer) {
|
|||||||
# natsmq configuration.
|
# natsmq configuration.
|
||||||
# more detail: https://docs.nats.io/running-a-nats-service/configuration`,
|
# more detail: https://docs.nats.io/running-a-nats-service/configuration`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "mixCoord",
|
||||||
|
header: "\n# Related configuration of mixCoord",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "rootCoord",
|
name: "rootCoord",
|
||||||
header: "\n# Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests",
|
header: "\n# Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests",
|
||||||
|
|||||||
@ -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
|
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
|
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
|
# Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests
|
||||||
rootCoord:
|
rootCoord:
|
||||||
dmlChannelNum: 16 # The number of DML-Channels to create at the root coord startup.
|
dmlChannelNum: 16 # The number of DML-Channels to create at the root coord startup.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user