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.
the pubsub/rabbitpubsub driver was designed to work with topics, and it always send an empty routing key. However it is frustrating when an exchange of type x-modulus-hash (see https://github.com/rabbitmq/rabbitmq-sharding )
Describe the solution you'd like
Today the pubsub/kafkapubsub driver supports a query string key_name to define a metadata key to be used as routing key instead generic metadata. I'd like to do the same with rabbitmq
Describe alternatives you've considered
I have no alternatives :/
The text was updated successfully, but these errors were encountered:
peczenyj
changed the title
pubsub/rabbitpubsub: add support to qos prefetch count via url query string
pubsub/rabbitpubsub: add support to routing key via url query string
May 28, 2024
Is your feature request related to a problem? Please describe.
the
pubsub/rabbitpubsub
driver was designed to work with topics, and it always send an empty routing key. However it is frustrating when an exchange of typex-modulus-hash
(see https://github.com/rabbitmq/rabbitmq-sharding )Describe the solution you'd like
Today the
pubsub/kafkapubsub
driver supports a query stringkey_name
to define a metadata key to be used as routing key instead generic metadata. I'd like to do the same with rabbitmqDescribe alternatives you've considered
I have no alternatives :/
The text was updated successfully, but these errors were encountered: