@wodebite We found that Eureka is suitable for rest service discovery, but not 
for RPC service. In Spring Cloud application can just registry the ip, port and 
metadata to Eureka, which is called ServiceInstance. But for Dubbo, we need to 
registry all the services. 

We try to put all the service meta info into ServiceInstance metadata, and find 
that we need to use ApplicationName as the key for service discovery, and then 
parse it's metadata.  It works, but it's not suitable.

IMO, we can defer the integrate dubbo with Eureka.

[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/1981 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to