eureka service discovery client in different languages
Asked Answered
A

3

7

Is there a way to integrate the Netflix Service Discovery Server (Eureka) with different programming languages (e.g. php). For instance, we would like to make a service discovery client in php.

Thanks in advance for the help.

Amidships answered 22/7, 2015 at 10:13 Comment(0)
N
7

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.
Namecalling answered 22/7, 2015 at 18:16 Comment(2)
prana seems to be the best. I'll give it a try. Thank you very muchAmidships
has anyone used this for PHP?Eberhart
B
1

You can use this library, which is a PHP client for Netflix Eureka service registration and discovery.

Benil answered 9/5, 2018 at 11:37 Comment(0)
M
0

I am using the following: .net - https://docs.steeltoe.io/api/v2/discovery/netflix-eureka.html nodejs - https://npm.io/package/eureka-js-client

Moller answered 17/7, 2021 at 23:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.