dubbo-python
dubbo-python copied to clipboard
Python Client For Apache Dubbo
>python test_register_config.py Traceback (most recent call last): File "test_register_config.py", line 41, in test_config_init() File "test_register_config.py", line 32, in test_config_init user_provider = DubboClient(service_interface, registry, version='2.0.0',group = 'clife-v4') File "build\bdist.win-amd64\egg\dubbo_client\rpclib.py", line 49,...
可以进行权重控制吗
返回参数
在去请求zk获取数据并注册成为consumer时 我们不只是需要 host+port 也需要 dubbo token 等等信息,是否会支持一下,返回一个 dict 来承载这些数据 做了一个简易版,不知道是否符合当时设计的初衷
@JoeCao 我们是 Apache Dubbo(incubating) 项目的开发同学,目前 Dubbo 项目顺利进入 Apache 正在孵化,项目主页是:https://github.com/apache/incubator-dubbo/ 我们了解到千米网在 Dubbo 方面经验充足,尤其是多语言客户端互通方面;这块我们非常有必要向你们学习;我们有一个大胆的想法,就是大家共建 Dubbo 生态;dubbo-client-py 进入https://github.com/dubbo 下面,正式成为生态的一部分。 包括贵公司的另外一个项目:https://github.com/QianmiOpen/dubbo-node-client ,我们也有同样的想法;我们真诚的期待你们能一起参与到 Dubbo 开源生态的建设中来,一起打造具有世界影响力的 Apache 开源项目。 期待你们的回复!
您好!想跟您咨询下dubbo-client-py支持dubbo2.8.4版本么?我们用的是hessian2序列化,不知需要做哪些修改呢?望回复~万分期盼~
当用Server端发布Thrift格式的service时,接口中包含 $ 符号。 在subscribe 时没有转义 修改建议: --- registry.py 2017-12-14 17:28:06.000000000 +0800 +++ /tmp/registry.py 2017-12-14 17:25:48.000000000 +0800 @@ -199,7 +199,7 @@ """ version = kwargs.get('version', '') group = kwargs.get('group', '') -...
pip install安装时出错, ``` long_description = open("README.md").read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 74: illegal multibyte sequence ```
While running the setup.py file in the terminal there is an error i am encountering that suggests that there's an issue with decoding a file (README.md) using the 'cp1252' codec....
## What is the purpose of the change Enhance dubbo-python https://github.com/apache/dubbo/issues/14387 ## Brief changelog 1. Implement the HTTP2 protocol based on asyncio+uvloop+h2, including frame reception and processing, sequential frame sending...
## What is the purpose of the change ISSUE: [#14821](https://github.com/apache/dubbo/issues/14821) ## Brief changelog 1. Fixed an issue in `serverConfig` where, if the `host` parameter was not specified, it defaulted to...