You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from agollo v4.0.10, the agollo.Client has transitioned from a struct to an interface type, and agollo.StartWithConfig now returns this interface. Consequently, the current apolloDatasource is no longer compatible with newer versions of agollo.
Currently, using the agollo.Client.GetValue method directly retrieves configuration information by querying the default application namespace. We hope to enable the option to retrieve Sentinel rules from a specified namespace.
Describe what feature you want
Create a new specialized ApolloClient interface to replace *agollo.Client, enabling apolloDataSource to be compatible with all current versions of agollo.