rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
167 stars 18 forks source link

Implement the reliable consumer #271

Closed Gsantomaggio closed 7 months ago

Gsantomaggio commented 7 months ago

Implement ReliableConsumer

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 83.67347% with 24 lines in your changes are missing coverage. Please review.

Project coverage is 79.97%. Comparing base (1b75cdb) to head (af63452).

Files Patch % Lines
pkg/ha/reliable_common.go 55.55% 9 Missing and 3 partials :warning:
pkg/ha/ha_consumer.go 95.00% 2 Missing and 2 partials :warning:
pkg/ha/ha_publisher.go 88.23% 2 Missing and 2 partials :warning:
pkg/stream/client.go 0.00% 2 Missing :warning:
pkg/stream/environment.go 50.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #271 +/- ## ========================================== + Coverage 79.31% 79.97% +0.66% ========================================== Files 19 21 +2 Lines 2809 2912 +103 ========================================== + Hits 2228 2329 +101 - Misses 419 420 +1 - Partials 162 163 +1 ```

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