Open
Description
Nagendra siram opened INT-4522 and commented
The Spring idempotent service use INT_METADATA_STORE
table to identify duplicates messages.
In above link it says
The value of the idempotent entry may be some expiration date, after which that entry should be removed from Metadata Store by some scheduled reaper.
It would be nice to have a utility function provided by spring that user can wire up to clean up the records that are in INT_METADATA_STORE
table.
Reference URL: https://stackoverflow.com/questions/51839414/how-to-cleanup-the-metadata-store-used-for-idempotent-spring-integration-pattern
Referenced from: pull request #2619