hello,
I have the following setup:
RabbitMQ 3.8.27 (Erlang 23.2) running on Windows Server 2016
I've recently upgraded to elixir 1.12.2 and deduplication plugin 0.5.3.
I run a 3 nodes cluster with the following policy to mirror queues, exchanges are not mirrored:

I have an exchange configured in the following way:

the deduplication works pretty fine most of the times, but I have some messages not correctly deduplicated and consumed twice.
for example yesterday I had 4 cases out of ~9000 unique messages; in one of the cases the publish timestamps were:
2022-02-08 14:28:37.550
2022-02-08 14:28:37.587
so it should be handled by the configured TTL.
the deduplication key is a string (something like 101.15010) and the average payload is a JSON of about 600bytes, maximum 1Kbyte.
do you have any advice on how this could be solved or how to get some internal logs about the plugin?
thank you
Roberto