apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.43k stars 2.92k forks source link

[BUG] <DiscoveryUpstreamDataRefresh cacheConfigData方法GROUP_CACHE.get(ConfigGroupEnum.PROXY_SELECTOR) > #5635

Open isplendid opened 1 month ago

isplendid commented 1 month ago

Is there an existing issue for this?

Current Behavior

every 5 second interval, console print log:

o.a.s.s.data.http.HttpSyncDataService : Group config changed: [DISCOVER_UPSTREAM]

Expected Behavior

@Override public ConfigData<?> cacheConfigData() { return GROUP_CACHE.get(ConfigGroupEnum.DISCOVER_UPSTREAM); }

Steps To Reproduce

start Admin, start Bootstrap

Environment

ShenYu version(s):  v2.6.1,  master

Debug logs

No response

Anything else?

No response

Aias00 commented 1 month ago

hi, what`s the meaning?