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

Consumer connected only to the followers #352

Closed Gsantomaggio closed 9 months ago

Gsantomaggio commented 9 months ago

Fixes https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/issues/351

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (c3d8e55) 92.14% compared to head (8138f53) 92.02%.

:exclamation: Current head 8138f53 differs from pull request most recent head cfb6b24. Consider uploading reports for the commit cfb6b24 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #352 +/- ## ========================================== - Coverage 92.14% 92.02% -0.12% ========================================== Files 116 116 Lines 11680 11719 +39 Branches 909 910 +1 ========================================== + Hits 10762 10784 +22 - Misses 713 733 +20 + Partials 205 202 -3 ```

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

Gsantomaggio commented 9 months ago

@francescopessina87 do you have an opportunity to test it?

francescopessina87 commented 9 months ago

@francescopessina87 do you have an opportunity to test it?

@Gsantomaggio yes I tested it against a 3 node and a 5 node cluster and seems to work properly 👍

Gsantomaggio commented 9 months ago

Thank you @francescopessina87 ! Let's merge it!