Reputation: 185
I have created topic and subscription in google pubsub. How to read the google pub sub message from spring boot application(Subscriber? Also how to make always listening that subscription from my application to pull/read the message.
Upvotes: 2
Views: 3658
Reputation: 371
I would strongly recommend you to take a look at Spring Cloud GCP. It features a Pub/Sub integration that should be just what you're looking for.
There's a sample application here.
Upvotes: 3