ConfigClient Library
ConfigClient library is a standalone library used to retrieve the application configuration data efficiently. It provides the retrieval implementation of configurations. Framework and microservice developers can use these methods to get the configuration data. This feature is used in the entitlement end-to-end flow.
If the cache service is available and the configclient library is connected to the cache service, it retrieves the configuration from cache. Else, it connects to the Generic configuration microservice and retrieves the configuration data using Genericconfig basepath and resourcepath from that environment. It supports both GC v1.0.0 and v2.0.0 URIs. For v2.0.0, if the config type is JSON, the configclient library decodes and provides the response. ConfigClient library is built with all microservices through framework core.
In this topic