[skip ci]Update Proxy service name (#13388)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/13437/merge
yanliang567 2021-12-15 19:15:09 +08:00 committed by GitHub
parent 61585d8b8d
commit 249e052742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -82,10 +82,10 @@
1. `RC` needs to register itself with etcd when it starts. 1. `RC` needs to register itself with etcd when it starts.
2. The registration should include IP address, port, its own id, global incremental timestamp. 2. The registration should include IP address, port, its own id, global incremental timestamp.
### 2.10 Remove the code related to proxy service ### 2.10 Remove the code related to Proxy service
1. The `proxy service` related code will be removed. 1. `Proxy service` related code will be removed.
2. The job of time synchronization which is done by the `proxy service` is partially simplified and handed over to the `RC` (subsection 2.8). 2. The job of time synchronization which is done by `Proxy service` is partially simplified and handed over to the `RC` (subsection 2.8).
### 2.11 Query collection meta based on timeline ### 2.11 Query collection meta based on timeline