多种语言的发现服务

https://stackoverflow.com/questions/31560218/eureka-service-discovery-client-in-different-languages


Two options:

    1.Sidecar, if you're using spring cloud, there is spring cloud netflix sidecar (sample) or if using netflix directly there is prana.
    2.Eureka has an http api.



--------->
https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-netflix-sidecar

https://github.com/spencergibb/oscon2015/tree/master/sidecar
-----------------------------
https://github.com/Netflix/Prana
--------------------------------------
https://github.com/Netflix/eureka/wiki/Eureka-REST-operations

猜你喜欢

转载自1971161579.iteye.com/blog/2404655