noxdafox / rabbitmq-message-deduplication

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

How is the cache size measured? #66

Closed heckad closed 3 years ago

heckad commented 3 years ago

In documentation function table_info returns the number of records inserted in the table. Does x-cache-size measure in a number of records too?

noxdafox commented 3 years ago

The x-cache-size is measured in number of entries. In other words, is the amount of messages (or rather deduplication headers) which will store.

heckad commented 3 years ago

Please, add this to documentation.