不同语言的尤里卡服务发现客户端
eureka service discovery client in different languages
有没有办法将 Netflix 服务发现服务器 (Eureka) 与不同的编程语言(例如 php)集成。
例如,我们想在 php.
中创建一个服务发现客户端
在此先感谢您的帮助。
两个选项:
- Sidecar,如果您使用的是 spring 云,则有 spring cloud netflix sidecar (sample) or if using netflix directly there is prana。
- Eureka 有一个 http api。
您可以使用 this library,它是用于 Netflix Eureka 服务注册和发现的 PHP 客户端。
我正在使用以下内容:
.net-https://docs.steeltoe.io/api/v2/discovery/netflix-eureka.html
nodejs-https://npm.io/package/eureka-js-client
有没有办法将 Netflix 服务发现服务器 (Eureka) 与不同的编程语言(例如 php)集成。 例如,我们想在 php.
中创建一个服务发现客户端在此先感谢您的帮助。
两个选项:
- Sidecar,如果您使用的是 spring 云,则有 spring cloud netflix sidecar (sample) or if using netflix directly there is prana。
- Eureka 有一个 http api。
您可以使用 this library,它是用于 Netflix Eureka 服务注册和发现的 PHP 客户端。
我正在使用以下内容: .net-https://docs.steeltoe.io/api/v2/discovery/netflix-eureka.html nodejs-https://npm.io/package/eureka-js-client