|
|
|
|
|
by tedk-42
20 days ago
|
|
That's not a feature flagging service then (config as a service! not a thing really...) I've done both client and server side implementations of the launch darkly sdk and that's how it's done to know client context. If you're initialising the entire SDK only to load 1 set of configuration items, I'd argue you can host the config as a json file on a CDN and be done with it - feature flagging is overkill. |
|
Pardon my ignorance.