-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Make provider interface "stateless", SDK maintains provider state #844
Comments
Hi @toddbaert I would like to work on this. |
Thanks, @gunishmatta, I've assigned you the issue. Please let us know if you have any questions! |
@gunishmatta here's the implementation I did in the JS SDK: open-feature/js-sdk#795. You can disregard the |
@toddbaert Thanks a lot for the guidance, you can expect my PR by end of this week. Thanks |
Unassigned due to inactivity. |
Hi @toddbaert I would like to work on this. |
I think this is done with #1096. I will confirm and close in the next couple days. |
Stateless providers
Providers no longer maintain their own state: the state for each provider is maintained in the SDK automatically, and updated according to the success/failures of lifecycle methods (init/shutdown) or events emitted from providers spontaneously.
Similar work in C#: open-feature/dotnet-sdk#276
Tasks
The text was updated successfully, but these errors were encountered: