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

[DOC] document algorithms and in-process provider behavior #842

Closed
toddbaert opened this issue Aug 16, 2023 · 0 comments · Fixed by #848
Closed

[DOC] document algorithms and in-process provider behavior #842

toddbaert opened this issue Aug 16, 2023 · 0 comments · Fixed by #848
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@toddbaert
Copy link
Member

toddbaert commented Aug 16, 2023

There's been some interested in people developing "in-process" flagd providers, that use json-logic and the flagd sync schema to basically do flag evaluations as flagd does, but directly in the client process.

There's not much to be done about this in this repo besides documentation. At a minimum, we should define:

  • initialization, shutdown, error behavior - basically the life-cycle of the provider, similar to the aforementioned RPC example
    (a mermaid state diagram outline will likely be helpful here)
  • configuration parameters and defaults
  • detailed descriptions of how to implement all the custom evaluators (fractional evaluation, sem-ver, ends-with, starts-with)
@toddbaert toddbaert added the documentation Improvements or additions to documentation label Aug 16, 2023
toddbaert added a commit that referenced this issue Aug 24, 2023
…#848)

Closes #842

This PR adds the specification for in-process flagd providers. For now I
have added this to the `other_ressources` section of the docs, but
please let me know if another directory would be more fitting for this
document

---------

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
Co-authored-by: Todd Baert <toddbaert@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants