LinzeSu opened a new issue, #1535:
URL: https://github.com/apache/camel-kafka-connector/issues/1535

   Hi all,
   
   I'd like for some help on the configuration of the sftp connector. Basically 
I'm reading files from sftp server and forward it to kafka, and I want the 
files to be deleted after this process. In [CAMEL-SFTP-SOURCE-KAFKA-CONNECTOR 
SOURCE 
CONFIGURATION](https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-sftp-source-kafka-source-connector.html)
 there's no such setting. And in an [example provided with version 
0.11.5](https://github.com/apache/camel-kafka-connector-examples/tree/main/sftp/sftp-source),
 there's similar settings that goes:
   ```
   camel.source.endpoint.noop=false
   camel.source.endpoint.move=.done
   ```
   and the settings are still provided in [CAMEL-FILE-KAFKA-CONNECTOR SOURCE 
CONFIGURATION](https://camel.apache.org/camel-kafka-connector/3.18.x/reference/connectors/camel-file-kafka-source-connector.html).
 I set `camel.source.endpoint.delete` to `true` but it does not really work. I 
assume that the file source connetor is a more generic way and probably is the 
underlying layer of the ftp connector, and there should be some way that I 
could pass the config and make it work. Suggestions are appreciated.


-- 
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]

Reply via email to