## Describe the feature 当前getconfig是直接调用appconfig sdk获取配置,频繁使用会使用调用费用昂贵。接入方可能不理解此方法的真实使用场景,进行滥用,导致费用飙升。现将里面的逻辑改成和subscribe逻辑一致,自己维护配置的更新,每次返回配置,从本地拉取。 ## Release Note <!-- How should this new feature be announced in our release notes? It can be populated later. --> <!-- Keep it as a single line. Examples: --> <!-- RELEASE NOTE: **ADD** New feature in Dapr. --> <!-- RELEASE NOTE: **FIX** Bug in runtime. --> <!-- RELEASE NOTE: **UPDATE** Runtime dependency. --> RELEASE NOTE:
Describe the feature
当前getconfig是直接调用appconfig sdk获取配置,频繁使用会使用调用费用昂贵。接入方可能不理解此方法的真实使用场景,进行滥用,导致费用飙升。现将里面的逻辑改成和subscribe逻辑一致,自己维护配置的更新,每次返回配置,从本地拉取。
Release Note
RELEASE NOTE: