← Back to context

Comment by lbourdages

3 days ago

You can have flags work in a pull fashion, though. At boot, and every 5 minutes, query an endpoint which returns flag values. You don't need the client to send any information about what the user is doing.

Well yes but as soon as you log this on the backend, you have telemetry, no?

  • There is a meaningful difference between a generic "load all flag values" call that is identical for all users and some actual telemetry which sends application context to the back-end.