rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

Increase the backoff strategy time #345

Closed Gsantomaggio closed 10 months ago

Gsantomaggio commented 10 months ago

Per conversation with @acogoluegnes we want to have (more or less) the same Stream Java Client behaviour.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (083ff20) 91.96% compared to head (9130e38) 91.86%.

Files Patch % Lines
RabbitMQ.Stream.Client/ClientExceptions.cs 33.33% 3 Missing and 1 partial :warning:
Tests/Utils.cs 76.47% 3 Missing and 1 partial :warning:
...bitMQ.Stream.Client/Reliable/IReconnectStrategy.cs 60.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #345 +/- ## ========================================== - Coverage 91.96% 91.86% -0.11% ========================================== Files 116 116 Lines 11264 11320 +56 Branches 895 897 +2 ========================================== + Hits 10359 10399 +40 - Misses 701 718 +17 + Partials 204 203 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.