demo:
provider:
<dubbo:protocol name="dubbo" server="netty4" port="8010" accepts="100"/>
<dubbo:protocol name="hessian" server="jetty" port="8011" accepts="100"/>
<dubbo:service id="helloService" interface="com.alibaba.hello.api.HelloService"
protocol="dubbo,hessian" />
consumer:
<dubbo:consumer client="httpclient" >
<dubbo:reference id="helloService"
interface="com.alibaba.hello.api.HelloService"
registry="leaseReference"/>
</dubbo:consumer>
[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/3562 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]