dubbo-python
dubbo-python copied to clipboard
Python Client For Apache Dubbo
和dubbo-python2的项目什么区别。看示例代码是仅支持python2吧
如题:dubbo的Python客户端可以传递上下文信息么
https://github.com/apache/dubbo-python/blob/de1206f22839b4737277db9158ba701d61fe2af7/requirements.txt#L3 CVE-2020-29651 Recommended upgrade version:1.4.32.dev1
整合 dubbo-python2,支持jsonrpc\dubbo两种协议,同时解决dubbo-python2中不支持group和version的问题. fixed #22, #19 fixed https://github.com/apache/dubbo-python2/issues/5 https://github.com/apache/dubbo-python2/issues/3
In README.md it recommands to use dubbo-rpc-jsonrpc protocal. However, my Java applications use dubbo protocal, something like "dubbo://xxxx". When I want to use python to invoke my rpc service, can...
官方何时支持python3?
# 修复pip安装时提示的编码错误,如下: ```python long_description = open("README.md").read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 74: illegal multibyte sequence ```
File "C:\Users\Administrator\.virtualenvs\athena-web-6sHZPCaj\lib\site-packages\dubbo_client\rpclib.py", line 34, in __init__ self.registry.subscribe(interface) File "C:\Users\Administrator\.virtualenvs\athena-web-6sHZPCaj\lib\site-packages\dubbo_client\registry.py", line 205, in subscribe self._compare_swap_nodes(interface, self.__unquote(children)) File "C:\Users\Administrator\.virtualenvs\athena-web-6sHZPCaj\lib\site-packages\dubbo_client\registry.py", line 129, in _compare_swap_nodes self._add_node(interface, service_url) File "C:\Users\Administrator\.virtualenvs\athena-web-6sHZPCaj\lib\site-packages\dubbo_client\registry.py", line 89, in _add_node key...