Closed peczenyj closed 6 months ago
Attention: Patch coverage is 72.41379%
with 8 lines
in your changes are missing coverage. Please review.
Project coverage is 73.26%. Comparing base (
d8b9c94
) to head (ca2c5a2
).
Files | Patch % | Lines |
---|---|---|
pubsub/rabbitpubsub/rabbit.go | 77.77% | 4 Missing and 2 partials :warning: |
pubsub/rabbitpubsub/amqp.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #3430
Since we usually want to set the prefetch count, I simplify the rabbit url to support a single query string
we can use
rabbit://myqueue
(continues backward compatible) or the new onerabbit://myqueue?prefetch_count=<prefetch-count-value>
I tested locally using a rabbitmq docker image and it seems to work properly.