Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Allow configuration of metadatastore #130

Closed
sabbyanandan opened this issue Nov 20, 2017 · 1 comment
Closed

Allow configuration of metadatastore #130

sabbyanandan opened this issue Nov 20, 2017 · 1 comment
Assignees

Comments

@sabbyanandan
Copy link
Contributor

From @viniciusccarvalho on June 1, 2017 18:31

It would be nice to have support for pluggable metadata store like the aggregator has today:

java -jar aggregator-rabbit-1.0.0.RELEASE
               --aggregator.message-store-type=jdbc
               --spring.datasource.url=jdbc:h2:mem:test
               --spring.datasource.schema=org/springframework/integration/jdbc/schema-h2.sql

This would allow us to plug a metadata store that can keep tracks of files that have already been processed, avoiding reprocessing during restarts for example.

Copied from original issue: spring-attic/file#5

@sabbyanandan
Copy link
Contributor Author

Closing this in favor of spring-cloud-stream-app-starters#45

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants