feat: Add feature flag support in the fib service#142
Merged
Conversation
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
toddbaert
approved these changes
Jan 4, 2023
Kavindu-Dodan
approved these changes
Jan 4, 2023
beeme1mr
pushed a commit
that referenced
this pull request
Jan 5, 2023
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.0...v0.6.0) (2023-01-05) ### Features * Add feature flag support in the fib service ([#142](#142)) ([81c133b](81c133b)) ### Bug Fixes * **docker-compose:** update sync provider flagd argument ([#146](#146)) ([c9fb7e8](c9fb7e8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR
Related Issues
Fixes #123
Notes
The OpenFeature OTel propagator automatically sets evaluation context to an HTTP header on each request. This data is then extracted by the fib service and included in the request scoped context. The technique is experimental but it could prove extremely valuable in microservice architectures where important evaluation context is omitted.
Signed-off-by: Michael Beemer beeme1mr@users.noreply.github.com