gudehuang opened a new issue, #410:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/410

   ### Problem Type (问题类型)
   
   None
   
   ### Before submit
   
   - [X] I had searched in the 
[issues](https://github.com/apache/hugegraph-toolchain/issues) and found no 
similar issues.
   
   ### Environment (环境信息)
   
   - Server Version: 1.0.0
   - Toolchain Version: 1.x.x
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Your Question (问题描述)
   
   我在项目中使用hugegraph-client 版本2.0.1
   ```pom
   <dependency>
           <groupId>com.baidu.hugegraph</groupId>
           <artifactId>hugegraph-client</artifactId>
            <version>2.0.1</version>
   </dependency>
   ```
   
   连接hugegraph-server1.0.0的图数据报错:
   ```
    java.lang.IllegalStateException: The version 0.69.0.0 of 'hugegraph-api in 
server' is not in [0.38, 0.68)
   ```
   
   但hugegraph-client 的版本最新的只有2.0.1,请问如何处理这个问题
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to