qiujiayu opened a new issue #1279: feature: eureka integration
URL: https://github.com/apache/incubator-apisix/issues/1279
 
 
   This is an idea about integrating APISIX with eureka:
   
   1. Added a discovery property to the `apisix.core` module to extend various 
service discovery components, such as eureka;
   2. Use the upstream_id of the route to associate the application name 
(`spring.application.name` in spring boot)
   3. In `apisix.balancer`, according to the `upstream_id` of `route`, first 
find the application nodes in the configuration, and if it is not found, go to 
discovery;
   
   If you want to register APISIX with the registry, it will be more 
complicated. Do you have any requirements for this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to