标签: spring spring-cloud-gateway
在Spring Cloud Gateway中,有一种使用DiscoveryClient的概念,客户端可以做的一件事就是提供ServiceInstance来获取我的元数据。
DiscoveryClient
ServiceInstance
但是,我无法在API或exchange.getAttributes()(至少通过视觉检查)中找到该信息。
exchange.getAttributes()