You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/16 02:38:12 UTC

[GitHub] [pulsar] casuallc commented on issue #13301: File Connector repeats reading the same file if not deleted

casuallc commented on issue #13301:
URL: https://github.com/apache/pulsar/issues/13301#issuecomment-995386264


   It's a feature.
   
   ```
   /**
    * If true, the file is not deleted after it has been processed and
    * causes the file to be picked up continually.
    */
   private Boolean keepFile = Boolean.FALSE;
   ```


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org