2 Comments
⭠ Return to thread

You said idempotency key changes with change in the payload. So the idempotency key is generated at the client side right? Also what if they revert back to the original payload? How we'll get the same UUID?

Expand full comment

yes - client generates the UUID. I think client could have a state object or cache.

Does that answer your question?

Expand full comment