nuggetman / smb-connector

SMB Connector
Other
1 stars 2 forks source link

File Read #23

Closed sibcool closed 4 years ago

sibcool commented 4 years ago

Ability to poll/read a file once it has been generated. Basically some type of wait like IBM MQ consume.

nuggetman commented 4 years ago

MQ systems are push/notification based, file systems have no way of sending a notification. The only viable alternative is to poll a file location and check for a file, this is currently supported by wrapping the file connector with the poll scope.