xuxueli / xxl-rpc

A high performance, distributed RPC framework.(分布式服务框架XXL-RPC)
http://www.xuxueli.com/xxl-rpc/
Apache License 2.0
620 stars 404 forks source link

service和client直连 #37

Open liuwenya1234 opened 4 years ago

liuwenya1234 commented 4 years ago

service和client直连不通过注册中心,只能通过@XxlRpcReference(address="127.0.0.1")吗,为什么不能通过invokerFactory.setServiceRegistryClass(LocalRegistry.class)的呢?