You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/08 10:20:00 UTC

[GitHub] [incubator-zipkin] nkorange commented on issue #2540: 无法在注册中心是nacos的时候使用zipkin

nkorange commented on issue #2540: 无法在注册中心是nacos的时候使用zipkin
URL: https://github.com/apache/incubator-zipkin/issues/2540#issuecomment-490432307
 
 
   @shakuzen I'm from Nacos team, let me explain this. Nacos is an open source registry center and configuration center originated from Alibaba and now more and more users move from Eureka to Nacos.
   
   When users are replacing their registry center from Eureka to Nacos, they frequently get an error like 'service $zipkin-server not found'. We guess Zipkin must have implicitly registered its address to Eureka so it can be found via a service name. 
   
   Turning off the service discovery option of Zipkin usually works, but I think it's better for Nacos to be able to recognize Zipkin service. I would like to contribute for it and can you provide some clues where should I start?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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