You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/05 08:50:43 UTC

[GitHub] diecui1202 commented on issue #1981: 啥时候dubbo能用euraka 做注册中心,然后和springcloud的微服务互相调用,那就完美了

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org