supermario1990

Results 17 comments of supermario1990

感谢回复。我一直在想把dtm引入到rpcx框架中来

> 感谢你一直以来对rpcx的贡献。 欢迎你有时间能提供rpcx和dtm的结合的能力。 ok,最近我想下怎么实现

> bidirectional/server/server.go 在这个示例中,这个代码是不是没有用处? 35和36行.这个是不是多余的? > > https://github.com/rpcxio/rpcx-examples/blob/9dc5af26c1513f008fbcb4fcdc0d4be358a6bb3e/bidirectional/server/server.go#L35-L36 嗯,没什么用处,可以去掉

非常好,等1.21正式发布了来试试

> Could you provide how this "can not query anything" looks like? I guess something is wrong. > > The nebula-console is based on nebula-go, you should verify quite easily...

my nebula server info: ``` root@VM-16-10-ubuntu:~/download# /usr/local/nebula/scripts/nebula.service status all [INFO] nebula-metad(a6dc673): Running as 7384, Listening on 9559 [INFO] nebula-graphd(a6dc673): Running as 7494, Listening on 9669 [INFO] nebula-storaged(a6dc673): Running as 7548,...

go code: ```go /* * Copyright (c) 2021 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. * */ package main import (...

python code: ```python from nebula3.gclient.net import ConnectionPool from nebula3.Config import Config # define a config config = Config() config.max_connection_pool_size = 10 # init connection pool connection_pool = ConnectionPool() # if...