casuallc opened a new issue #13472:
URL: https://github.com/apache/pulsar/issues/13472
## Motivation
#13301
## Goal
Support rename the file has been processed.
## API Changes
Add `processedFileSuffix` to `FileSourceConfig`.
```java
/**
* If set, do not delete but only rename file that has been processed.
* This config only work when 'keepFile' property is false.
*/
private String processedFileSuffix;
```
## Implementation
#13373
--
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]