You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO [spooldir_test_connect_standalone|task-0] Closing /app/vol/testconnect/source/test_1.txt (com.github.jcustenborder.kafka.connect.spooldir.InputFile:192)
INFO [spooldir_test_connect_standalone|task-0] Moving /app/vol/testconnect/source/test_1.txt to /app/vol/testconnect/move/test_1.txt/test_1.txt
The text was updated successfully, but these errors were encountered:
when the connector move file to the finished.path, he add subfolder with the name of the file and add the file to it.
config:
"input.file.pattern": "^.+\.txt$",
"input.path": "/app/vol/testconnect/source",
"error.path": "/app/vol/testconnect/error",
"finished.path": "/app/vol/testconnect/move",
this is the log that we can see:
INFO [spooldir_test_connect_standalone|task-0] Closing /app/vol/testconnect/source/test_1.txt (com.github.jcustenborder.kafka.connect.spooldir.InputFile:192)
INFO [spooldir_test_connect_standalone|task-0] Moving /app/vol/testconnect/source/test_1.txt to /app/vol/testconnect/move/test_1.txt/test_1.txt
The text was updated successfully, but these errors were encountered: