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