为了我们的用例,我尝试探索Spring cloud解决方案,但没有找到任何好的完整示例,因此向他们寻求帮助。寻找一个Spring Cloud Stream SFTP解决方案(Sink)来从DB中SFTP字节流,这将是cron调度在CF上。备用选项是使用Spring Integration SFTP解决方案。
发布于 2020-10-21 21:42:27
这里有一个SFTP接收器示例:
https://github.com/spring-cloud/stream-applications/tree/master/applications/sink/sftp-sink
https://stackoverflow.com/questions/64463283
相似问题