proxy.golang.org : github.com/launchdarkly/go-server-sdk-consul/v3
Package ldconsul provides a Consul-backed persistent data store for the LaunchDarkly Go SDK. For more details about how and why you can use a persistent data store, see: https://docs.launchdarkly.com/sdk/features/storing-data/consul#go To use the Consul data store with the LaunchDarkly client: The default Consul configuration uses an address of localhost:8500. You may customize the configuration by using the methods of the ldconsul.DataStoreBuilder returned by ldconsul.DataStore(). For example: Note that CacheSeconds() is not a method of ldconsul.DataStoreBuilder, but rather a method of ldcomponents.PersistentDataStore(), because the caching behavior is provided by the SDK for all database integrations. If you are also using Consul for other purposes, the data store can coexist with other data as long as you are not using the same keys. By default, the keys used by the data store will always start with "launchdarkly/"; you can change this to another prefix if desired.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/launchdarkly/go-server-sdk-consul/v3
Keywords:
consul
, feature-flags
, feature-toggles
, go
, golang
, launchdarkly
, launchdarkly-sdk
, launchdarkly-sdk-component
, managed-by-terraform
License: Apache-2.0
Latest release: over 1 year ago
First release: over 1 year ago
Namespace: github.com/launchdarkly/go-server-sdk-consul
Stars: 0 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago