【问题标题】:Spring Integration AWS - S3 Inbound Adapter Deliver the read files to Output ChannelSpring Integration AWS - S3 Inbound Adapter 将读取的文件传递到输出通道
【发布时间】:2015-10-02 14:25:20
【问题描述】:

我们有一个用例将读取的文件从 s3 入站适配器传送到输出通道(而不是本地目录并使用文件入站读取),我们将在其中处理文件。请让我知道我们如何实现这一目标,我们将不胜感激。

谢谢 卡提克

【问题讨论】:

    标签: spring spring-integration


    【解决方案1】:

    嗯,它不可能作为一个开箱即用的功能,而是作为<int-aws:s3-outbound-gateway> 的一部分来实现的。请参阅https://jira.spring.io/browse/INTEXT-60 进行跟踪。

    同时您可以简单地实现一些自定义<service-activator> 并直接使用AmazonS3.getObject() 进行操作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-07-21
      • 2017-06-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-11-12
      相关资源
      最近更新 更多