spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
705 stars 693 forks source link

Add EventDriven Inbound Storage Source #35

Open viniciusccarvalho opened 7 years ago

viniciusccarvalho commented 7 years ago

The AbstractRemoteFileStreamingMessageSource follows a polling mechanism to fetch changed data on the remote storage. Google Storage supports notifications via PubSub. We should provide a event driven approach that can listen for messages on the specified topic and then fetch the changed files

meltsufin commented 4 years ago

If anyone is interested in this feature, please comment and upvote. Thanks!