文件名称:dubbo-python2:Python Dubbo客户端
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-29 10:34:37
dubbo java-dubbo python-dubbo hessian2 Python
python-dubbo Python Dubbo Client. Installation pip install python-dubbo Usage 基础使用 from dubbo.client import DubboClient, ZkRegister # 支持从Zk中获取服务的provider,支持根据provider的权重选择主机 zk = ZkRegister('127.0.0.1:2181') dubbo_cli = DubboClient('com.qianmi.pc.api.GoodsQueryProvider', zk_register=zk) # 支持不使用Zk,直接连接指定的远程主机 dubbo_cli = DubboClient('com.qianmi.pc.api.GoodsQueryProvider', host='127.0.0.1:20880') ad
【文件预览】:
dubbo-python2-master
----.asf.yaml(196B)
----requirements.txt(13B)
----LICENSE(11KB)
----tools()
--------deploy.sh(650B)
--------test.sh(167B)
----dubbo()
--------common()
--------codec()
--------connection()
--------__init__.py(24B)
--------client.py(12KB)
----setup.py(1KB)
----README.md(4KB)
----tests()
--------dubbo_test.py(13KB)
--------run_test.py(2KB)
--------__init__.py(24B)
----.gitignore(1KB)