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.
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.
Two options:
You can use this library, which is a PHP client for Netflix Eureka service registration and discovery.
I am using the following: .net - https://docs.steeltoe.io/api/v2/discovery/netflix-eureka.html nodejs - https://npm.io/package/eureka-js-client
© 2022 - 2024 — McMap. All rights reserved.