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

Same file not processed #88

Open
fabricebaranski opened this issue Oct 31, 2021 · 3 comments
Open

Same file not processed #88

fabricebaranski opened this issue Oct 31, 2021 · 3 comments

Comments

@fabricebaranski
Copy link

When a file is processed, imagine file1.csv, I could not have the same file (if I copy it in the directory) processed again.
Is it normal?

@mmolimar
Copy link
Owner

mmolimar commented Nov 2, 2021

If this file is exactly the same, this represents that the offsets were already sent to Kafka to avoid process the same thing over and over again and, consequently, it won't be process again.
In case you add some lines to this file, the new lines will be processed in subsequent executions.

@fabricebaranski
Copy link
Author

Thanks for your answer. Is it possible to reset everything?

@mmolimar
Copy link
Owner

mmolimar commented Nov 4, 2021

What do you mean by "reset everything"?

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

2 participants