noxdafox / rabbitmq-message-deduplication

RabbitMQ Plugin for filtering message duplicates
Mozilla Public License 2.0
271 stars 33 forks source link

`x-cache-size` seems to be manadatory, not optional. #95

Closed pascal-mueller closed 1 year ago

pascal-mueller commented 1 year ago

Hi,

I'm using rabbitMQ with pika and for me, I got the error

'x-cache-size' must be an integer greater than 0

By setting it, I avoided the error. So either it's a bug or it isn't optional.

noxdafox commented 1 year ago

From the README:

x-cache-size: maximum number of entries for the deduplication cache. If the deduplication cache fills up, older entries will be removed to give space to new ones. This parameter is mandatory.