Idempotency Barrier for messaging
问题 A recent presentation I saw regarding RabbitMQ mentioned the use of something called an "idempotency barrier" for message de-duplication. Is this just a fancy name for a message conflator or is it something more specific. If so, what exactly is it? A google search yielded results which are mostly related to RabbitMQ, with little explanation of what it was. 回答1: Idempotency is the behavior of a function where performing the function on the function's output n times results in the same state as