Re: How to increase the performance for SFTP file polling consumer
> .to("sftp://user:passw...@destination.sftp.server.com/output";) > .end() > > Is there any other configuration that needs to be applied to achieve the > processing speed of 100 files per poll and to process the file bet
How to increase the performance for SFTP file polling consumer
t";) .end() Is there any other configuration that needs to be applied to achieve the processing speed of 100 files per poll and to process the file between instance in an intelligent and efficient manner. Any help suggestion or pointers is muc