Skip to content

Utility to cleanup the MetaDataStore based on some expiry date [INT-4522] #8461

Open
@spring-operator

Description

@spring-operator

Nagendra siram opened INT-4522 and commented

The Spring idempotent service use INT_METADATA_STORE table to identify duplicates messages. 

https://docs.spring.io/spring-integration/docs/current/reference/html/system-management-chapter.html#metadata-store

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions