alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.37k stars 8.16k forks source link

bug[sentinel]: when use openfeign, sentinel consoleserverlist is null #3707

Open yuluo-yx opened 2 weeks ago

yuluo-yx commented 2 weeks ago

sentinel openfeign example:

application.yml config:

  cloud:
    sentinel:
      transport:
        dashboard: localhost:8080
        port: 8080
      eager: true

In sentinel-core-example. the consoleservelist has value.

4c0efb8b0b62bc41747ff85675dd8fae

yuluo-yx commented 2 weeks ago

/assign @yuluo-yx /area sentinel /kind bug