How It Works
The local resolver provides the same API as Confidence’s remote resolvers. It fetches all rules and flags from Confidence and stores them locally. When a request comes in, the local resolver can resolve the flag locally without having to make a request to Confidence. This approach offers faster response times for backend services, which is important for providing users a great experience.SDK Configuration
The SDKs (except for mobile SDKs) have an option for redirecting flag resolution to the local resolver. For example, with the JavaScript SDK:http://localhost:8090 when running as a sidecar.

