Skip to content

How it works in distributed applications? #4559

Closed Answered by nunogois
fiftin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fiftin,

To add to @ivarconr's reply:

  1. How does Unleash work for distributed apps?
    Unleash is deterministic, meaning it will evaluate feature toggle configurations in the same way across all nodes, given the same input. The feature toggle configurations are pulled from the Unleash server to the individual clients running in your distributed setup.

  2. Is it storing users in the memory of the client app or is it getting it from the Unleash server?
    Unleash does not store user-specific information. It focuses on feature toggle configurations, which are stored on the Unleash server and synced to client apps. The evaluation of a feature toggle would be done on the client side based on these …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by thomasheartman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants