rabbitmq / rabbitmq-stream-go-client

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

Implement filtering feature #281

Closed Gsantomaggio closed 6 months ago

Gsantomaggio commented 6 months ago

Implement the stream filter feature, see https://www.rabbitmq.com/blog/2023/10/16/stream-filtering

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 81.21%. Comparing base (bfd81db) to head (ccbfda6).

Files Patch % Lines
pkg/stream/producer.go 83.72% 4 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #281 +/- ## ========================================== + Coverage 80.39% 81.21% +0.81% ========================================== Files 23 23 Lines 3061 3162 +101 ========================================== + Hits 2461 2568 +107 + Misses 433 426 -7 - Partials 167 168 +1 ```

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