[skip ci] Improve design doc (#11749)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/11642/head
binbin 2021-11-12 19:13:11 +08:00 committed by GitHub
parent 9c9123cca1
commit 9447aa1dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ all components on multiple nodes. In Milvus Standalone, the interaction between
between functions or communication between Grpc. The log system can be either Pulsar or RocksDb. In Milvus Cluster, the
communication between components is mostly undertaken by grpc, and the message flow is mostly by Pulsar.
Therefore, in the original design, Milvus2.0 decoupled the core function of the component and the communication between
Therefore, in the original design, Milvus 2.0 decoupled the core function of the component and the communication between
components. Taking Proxy as an example, the core function of the Proxy component is determined and has nothing to do
with the deployment form. In the project's internal/proxy directory, it contains the functions of the core components of
Proxy; and internal/distributed/proxy contains the core functions of Proxy in the deployment of cluster distributed