1
votes

I have worked with spring cloud data flow and rabbitmq and kafka but i would like to know if it would be possible to install scdf with google pub/sub.

I don't want to create a stream (new app spring cloud stream) with source or sink to gcp i want google pub/sub over spring cloud data flow server to use as an intermediate messaging broker.

Any suggestions?

1

1 Answers

2
votes

Yes, you can use Spring dataflow and GCP Pub Sub link.

Through the use of one of many Spring Cloud Stream Binders, many different messaging middleware products can be used. The following popular platforms are among the list supported by Spring Cloud Data Flow:

1.Kafka Streams

2.Amazon Kinesis

3.Google Pub/Sub

4.Solace PubSub+

5.Azure Event

Hubs You can find more information like the the current list of Spring Cloud Stream Binders here library as a dependency to the application.

Spring Cloud Stream supports Google PubSub (partner maintained) binder implementation link.

Here you can find a related SO question Spring dataflow and GCP Pub Sub.