[ 
https://issues.apache.org/jira/browse/CAMEL-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16717382#comment-16717382
 ] 

ASF GitHub Bot commented on CAMEL-12991:
----------------------------------------

swalendzik opened a new pull request #2665: CAMEL-12991 setting processStrategy 
for sftp/ftp endpoints
URL: https://github.com/apache/camel/pull/2665
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> SftpEndpoint does not allow to use custom process strategy
> ----------------------------------------------------------
>
>                 Key: CAMEL-12991
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12991
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.23.0
>            Reporter: Seweryn Walendzik
>            Priority: Minor
>             Fix For: 3.0.0, 2.24.0, 2.23.1
>
>
> SftpEndpoint always create generic file strategy even processStrategy object 
> is set in endpoint, same code is used in FtpEndpoint so it's not working also
> {code:java}
> @Override
> protected RemoteFileConsumer<SftpRemoteFile> buildConsumer(Processor 
> processor) {
>     return new SftpConsumer(this, processor, createRemoteFileOperations(), 
> createGenericFileStrategy());
> }{code}
> it is working in FileEnpoint
> {code:java}
> protected FileConsumer newFileConsumer(Processor processor, 
> GenericFileOperations<File> operations) {
>     return new FileConsumer(this, processor, operations, processStrategy != 
> null ? processStrategy : createGenericFileStrategy());
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to