apache / apisix

The Cloud-Native API Gateway
https://apisix.apache.org/blog/
Apache License 2.0
14.48k stars 2.52k forks source link

Feature Request: The service discovery support filtering nodes based on registration center metadata. #9912

Open ycachi opened 1 year ago

ycachi commented 1 year ago

Description

Take Eureka as an example : old eureka client config eureka.instance.metadata-map.version:A ,new deploy service config eureka.instance.metadata-map.version:B . The service discovery filter nodes based on eureka metadata version=A or version=B ,Implement traffic distribution to different version nodes. eureka

shenqidebaozi commented 1 year ago

https://github.com/apache/apisix/issues/9476

jzhao20230918 commented 11 months ago

9476

I think this is a different issue? Does Apisix support routing based on metadata get via service discovery?