Skip to content
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

[flagd-provider] add events support #64

Open
toddbaert opened this issue May 16, 2023 · 0 comments
Open

[flagd-provider] add events support #64

toddbaert opened this issue May 16, 2023 · 0 comments
Labels
contribfest A good issue for Contribfest KubeCon EU '24 flagd-v0.6.0-support

Comments

@toddbaert
Copy link
Member

toddbaert commented May 16, 2023

Once the dotnet-sdk has events and init/shutdown support, we need to update the flagd-provider to emit events and do proper init/shutdown. We already have a stream implemented for cache-busing, so this should be pretty simple.

Definition of done:

  • flagd does does startup logic (like initializing it's stream) in initialize function
  • flagd shuts down stream in close/shutdown function
  • flagd emits appropriate events on flag changes, and errors
  • associated testing

Blocked by:

@toddbaert toddbaert added the contribfest A good issue for Contribfest KubeCon EU '24 label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribfest A good issue for Contribfest KubeCon EU '24 flagd-v0.6.0-support
Projects
None yet
Development

No branches or pull requests

1 participant