lhotari commented on a change in pull request #13373:
URL: https://github.com/apache/pulsar/pull/13373#discussion_r778072767
##########
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:
Please add validation for this rule (keepFile must be false if the value
is set) in the validate method of this class.
--
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]