You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today we can't set the QoS prefetch count when we open a subscription to a rabbitmq queue.
Describe the solution you'd like
I check how kafka handle query strings and I add support to prefetch_count=<prefetch count value> that should be transparent when using a rabbit://queue url format like rabbit://queue?prefetch_coint=1000 to set the prefetch count equal to 1000.