liujin1993 opened a new issue #4356: URL: https://github.com/apache/apisix/issues/4356
### 描述 我们使用nginx做的网关,后端有很多微服务。目前维护了近百个配置文件,每天要花费很多时间在配置路由上。 之前迁移了一部分服务到apisix,apisix对接eureka后,实现了upstream的自动发现,但是还是要手动配置路由。 所以想请教下,apisix有没有**路由发现**的功能,即:服务将自己的ip和route注册到eureka,apisix对接eureka自动生成upstream和route 可以参考traefik,也有点像xDS协议中的rDS  ### description We use nginx as gateway, and maintain hundreds of config files because of a large number of micro services. Rencently we migrate some service from nginx to apisix. We use eureka as registry center, and apisix can generate upstreams automatically. However, route can not be generated automatically. I wonder that if apisix have route discovery like traefik. -- 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: [email protected]
