mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Now it's able to start multiple datanode, however, they will process the same insert data. Further changes are needed to truly enable multiple datanode: While registering, dataservice need to return different insert channels for different datanode. Signed-off-by: yangxuan <xuan.yang@zilliz.com>