Browse Source

update latest proto files (#282)

Signed-off-by: groot <yihua.mo@zilliz.com>
groot 3 years ago
parent
commit
d23116d660
2 changed files with 13 additions and 1 deletions
  1. 12 0
      DEVELOPMENT.md
  2. 1 1
      src/main/milvus-proto

+ 12 - 0
DEVELOPMENT.md

@@ -8,11 +8,23 @@ This document will help to setup your development environment and running tests
     -   Apache Maven
 
 ## Building Milvus java SDK
+fetch proto files from submodule project
+```shell
+  git submodule update --init
+```
+
 call the following command to generate protobuf related code
 ```shell
   mvn install
 ```
 
+## Update Milvus proto files
+Milvus proto files are managed by a submodule project under the directory: src/main/milvus-proto
+Before developing a new interfaces, you need to get latest proto files by the following commands:
+```shell
+  git submodule update --remote
+```
+
 ## Building Milvus
 see detailed information at:
 https://github.com/milvus-io/milvus/blob/master/DEVELOPMENT.md

+ 1 - 1
src/main/milvus-proto

@@ -1 +1 @@
-Subproject commit 3ad2f54e8372aeb5b3763d3a1d270d3ab5864088
+Subproject commit f56828744189e6b7b71d104ff2d8b37a13e089d7