We want to use spring boot 1.5.8 with spring integration 5.x as it has one attribute(max-fetch-size) for sftp inbound channel adapter which allows you to control no. of files being downloaded locally from sftp server. Is it possible to use spring integration 5.x with spring boot 1.5.8?
I cannot use spring boot 2.0 M7 release in production as it is not allowed in our company and as spring boot 2.x is not release yet and we have to go to production in March , we need workaround.
If this is not possible, how can i implement max-fetch-limit with spring integration 4.x version?