lhotari commented on a change in pull request #13373:
URL: https://github.com/apache/pulsar/pull/13373#discussion_r784847157
##########
File path:
pulsar-io/file/src/main/java/org/apache/pulsar/io/file/FileSourceConfig.java
##########
@@ -112,6 +112,12 @@
*/
private Integer numWorkers = 1;
+ /**
+ * If set, do not delete but only rename file that has been processed.
+ * This config only work when 'keepFile' property is false.
+ */
Review comment:
@casuallc there are some checkstyle issues:
```
Error: src/main/java/org/apache/pulsar/io/file/FileSourceConfig.java:[174]
(sizes) LineLength: Line is longer than 120 characters (found 129).
Error: src/main/java/org/apache/pulsar/io/file/FileListingThread.java:[188]
(sizes) LineLength: Line is longer than 120 characters (found 129).
Error: Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (checkstyle) on
project pulsar-io-file: You have 2 Checkstyle violations. -> [Help 1]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]