WW-SONG

Results 4 comments of WW-SONG

> cargo run -p nebula-demo-tokio --bin nebula_demo_scan 0.0.0.0:50319 basketballplayer player 执行的时候 报错 是我试用的方式有问题吗 Error: GetSpaceError(ThriftError(Reach max parse response bytes count)) 其实我能获取传输的最大值是没超过的 你好,请问解决了吗?检查一下IP地址和对应端口号,是meta的。这个是按分区返回的,看报错是超过了fbthrift的最大传输,可以检查是不是分区太大了。

> 没 还有就是目前这哥是 show hosts,如果我想在space下执行查询符合条件边的话怎么操作呢,每次都要将session pool设置为对应的space吗,那如果存在多个space 相同的服务会有问题吧 这部分不是我写的,但是如果执行查询符合条件边的话,你要去看nebula-graph官网的具体Qsql语句。把show host语句换成查询语句,然后你要知道返回的内容是什么,把host结构体改成你返回的内容,再执行demo的语句。

> cargo run -p nebula-demo-tokio --bin nebula_demo_scan 0.0.0.0:50319 basketballplayer player 执行的时候 报错 是我试用的方式有问题吗 Error: GetSpaceError(ThriftError(Reach max parse response bytes count)) 其实我能获取传输的最大值是没超过的 服务端check一下,看看服务监听端口和IP有没有错。或者试试Python客户端,可不可以正常运行。

> > Can we publish it to the crates.io first? > > I prefer to choose Rust to power my business system because we can integrate with the Python ecosystem...