apigee integration with Netflix Eurekha and microservices

Hi Team,

in our current project we have the following requirement:

apigee with netflix eurekha and registering spring boot microservices.

could you please provide some guidance on apigee +eurekha +microservices.

regards

satya

0 1 389
1 REPLY 1

sidd-harth
Participant V

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 so that Apigee can lookup services in Eureka and forward API traffic based on the response from Eureka.