diecui1202 commented on issue #1981: 啥时候dubbo能用euraka 
做注册中心,然后和springcloud的微服务互相调用,那就完美了
URL: 
https://github.com/apache/incubator-dubbo/issues/1981#issuecomment-418651599
 
 
   @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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to