sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

http://127.0.0.1:13330是不是注册中心的服务 #10

Closed 122093404 closed 3 years ago

122093404 commented 4 years ago

我在运行README.md中的server demo的时候,一直提示mesh_client客户端http://127.0.0.1:13330的访问被拒绝,这个还是写死的;

base_listener.py中的 self._mesh_client.startup()

wanderxjtu commented 4 years ago

127.0.0.1:13330 是 https://mosn.io 提供的服务发现的接口地址。对于rpc直联的场景,可以忽略这个错误。

wanderxjtu commented 3 years ago

service discovery classes now separate from listener(#16) , thus no 13330 connection would be made if not using "mosn discovery".