Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpoolDirLineDelimitedSourceConnector cleanup policy #211

Open
sboule7245 opened this issue Nov 23, 2023 · 1 comment
Open

SpoolDirLineDelimitedSourceConnector cleanup policy #211

sboule7245 opened this issue Nov 23, 2023 · 1 comment

Comments

@sboule7245
Copy link

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

@sboule7245
Copy link
Author

it worked fine with jcustenborder-kafka-connect-spooldir-2.0.62 but now with jcustenborder-kafka-connect-spooldir-2.0.65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant