rabbitmq / rabbitmq-stream-rust-client

A client library for RabbitMQ streams
Other
152 stars 14 forks source link

fixing bug when consuming from OffsetSpecification:Offset #223

Closed DanielePalaia closed 1 month ago

DanielePalaia commented 1 month ago

This closes #222

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.30%. Comparing base (b960884) to head (3550d36).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #223 +/- ## ========================================== + Coverage 89.15% 89.30% +0.15% ========================================== Files 69 69 Lines 5742 5749 +7 ========================================== + Hits 5119 5134 +15 + Misses 623 615 -8 ```

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

DanielePalaia commented 1 month ago

Hey @wolf4ood I tested the fix with the example in the issue with different offsets and it seems working. If you want to have a look when you have time!