RequestHandlerRetryAdvice cannot be made to work with Ftp.outboundGateway in Spring Integration
问题 My situation is similar to the one described in this SO question. The difference being that I don't use a WebFlux.outboundGateway but an Ftp.outboundGateway on which I call an AbstractRemoteFileOutboundGateway.Command.GET command, the common problem being that I can't get the defined RequestHandlerRetryAdvice to be used. The configuration looks like this (stripped down to the relevant parts): @RestController @RequestMapping( value = "/somepath" ) public class DownloadController { private