Hi all! I'm looking for a way to specify multiple ...
# random
y
Hi all! I'm looking for a way to specify multiple directories input path for FileSystem SQL Connector source. It doesn't seem to be possible right now, but based on the source code it should be fairly straight-forward to implement. Are there any reasons/concerns against adding the multiple paths support? Should I create a Jira issue for the feature request? It is possible to read multiple directories if they have common base path using
source.path.regex-pattern
option, but it will lead to scanning all files in all the directories recursively, which doesn't look efficient.