How to register Eureka Server with apigee?

Not applicable

Hi,

I am creating an APIGEE API Proxy, which calls one of the Microservice URI.

That Microservice URI will get it from the Eureka Server.

How to implement this integration in the APIGEE? And anyone has a sample for this kind of implementation?

0 1 976
1 REPLY 1

sidd-harth
Participant V

Hi @Mantesh Janagond, AFAIK Eureka server is a registry which will have the host:port details of all microservices & each service will be having an AppName associated with it.

So maybe in Apigee you need to use the Eureka Server as Backend URL & from proxy you need to send the appropriate AppName as URI/Query/ Paramater to call/execute the microservice through Eureka.