streamdal / plumber

A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
https://streamdal.com
MIT License
2.08k stars 71 forks source link

added ability to exclude read messages from rabbitmq based on routing key regex #327

Closed dselans closed 1 year ago

dselans commented 1 year ago

@blinktag

This was a suggestion from @fritzstauff - really great idea.

Pass a --exclude-routing-key-regex '^f.+$'' and even if--binding-keyis set to '#', it will ignore any messages with routing key '^f*'.

Ezpz