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

feat(flagd-rpc): add caching #110

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

aepfli
Copy link
Member

@aepfli aepfli commented Nov 23, 2024

Adding caching to the RPC resolver

closes: #55

@aepfli aepfli force-pushed the feat/caching branch 2 times, most recently from c4e7685 to fcfc5ed Compare November 23, 2024 08:02
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

Attention: Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.04%. Comparing base (b62d3d1) to head (3c0e9cc).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...d/src/openfeature/contrib/provider/flagd/config.py 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
+ Coverage   93.92%   94.04%   +0.11%     
==========================================
  Files          14       14              
  Lines         675      705      +30     
==========================================
+ Hits          634      663      +29     
- Misses         41       42       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aepfli aepfli closed this Nov 25, 2024
@aepfli aepfli reopened this Nov 26, 2024
@aepfli aepfli force-pushed the feat/caching branch 8 times, most recently from 60974f6 to bd25097 Compare November 28, 2024 18:25
@aepfli aepfli marked this pull request as ready for review November 28, 2024 18:25
@aepfli aepfli requested a review from a team as a code owner November 28, 2024 18:25
@aepfli aepfli force-pushed the feat/caching branch 6 times, most recently from 79f69bc to 50e9adb Compare November 29, 2024 08:47
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job! I'm just wondering about the caching dependency but it doesn't need to block this PR.

@toddbaert toddbaert requested a review from warber December 5, 2024 21:18
@toddbaert toddbaert merged commit 16179e3 into open-feature:main Dec 6, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[flagd-RPC] implement event stream, reconnect and caching
4 participants