Skip to content

fix: add retry policy to grpc calls. #261

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

aepfli
Copy link
Member

@aepfli aepfli commented Jun 10, 2025

Some error codes are not on the stream, e.g., Istio is sending some special ones, and we already implemented the same logic in Java to bypass this issue. see open-feature/java-sdk-contrib#1261

@aepfli aepfli requested review from a team as code owners June 10, 2025 11:21
Copy link

codecov bot commented Jun 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.00%. Comparing base (d0ec36f) to head (ae7f066).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #261   +/-   ##
=======================================
  Coverage   93.99%   94.00%           
=======================================
  Files          18       18           
  Lines         983      984    +1     
=======================================
+ Hits          924      925    +1     
  Misses         59       59           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aepfli aepfli force-pushed the feat/retry_connection_topic_with_istio branch 2 times, most recently from d06302b to ad3febc Compare June 10, 2025 11:27
Some error codes are not on the stream, eg. istio is sending some special ones, and we already used to implement the same logic in java to bypass this issue.

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
@aepfli aepfli force-pushed the feat/retry_connection_topic_with_istio branch from ad3febc to ae7f066 Compare June 10, 2025 11:34
@aepfli aepfli merged commit 07ee909 into main Jun 10, 2025
22 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.

3 participants