Hi,
Is there a node that is available to filter out duplicate messages? I know there is deduplicate and rbe, with deduplicate I would think if there is a duplicate message from previous message to current message received it would discard duplicates and allow new messages through. but it doesn't, I tried rbe as well, see attached screen image. i would think that all the message that are coming into rbe only the new messages will get through, duplicates would be discarded, and it doesn't do that. Am I thinking of this the right way?
only way rbe works is for 1 msg.payload, but the http request i'm getting is say message 1 is on array 0, then 5 minutes later the same message that was in array 0 is now on array 1 and a new message is in array 0, essentially moving older message 1 array slot every few minutes depending on how many new message there are in the http request, older messages are moved down 1 array.