kafka-connect-fs
kafka-connect-fs copied to clipboard
Same file not processed
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?
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.
Thanks for your answer. Is it possible to reset everything?
What do you mean by "reset everything"?