春季云数据流经Google Pub / Sub

时间:2019-12-30 00:11:00

标签: spring google-cloud-platform spring-cloud-dataflow

我曾经使用过Spring Cloud数据流,rabbitmq和kafka,但我想知道是否可以在Google pub / sub中安装scdf。

我不想创建带有源或接收器到gcp的流(新应用程序Spring Cloud流),我希望Spring Cloud Data Flow Server上的google pub / sub用作中间消息传递代理。

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

是的,您可以使用Spring数据流和GCP Pub Sub link

  

通过使用许多Spring Cloud Stream Binders中的一种,许多    可以使用不同的消息传递中间件产品。下列    流行的平台在Spring Cloud Data支持的列表中    流量:

     

1.Kafka流

     

2.Amazon Kinesis

     

3.Google Pub / Sub

     

4.Solace PubSub +

     

5.Azure事件

     
    

集线器您可以找到更多信息,例如当前的Spring列表。     这里的Cloud Stream Binders库是应用程序的依赖项。

  

Spring Cloud Stream支持Google PubSub(由合作伙伴维护)活页夹实现link

在这里您可以找到一个相关的SO问题Spring dataflow and GCP Pub Sub