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
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