An open API service indexing awesome lists of open source software.

https://github.com/viveknaskar/event-subscriber

A simple spring boot application that is subscribed to a topic from Google Pub/Sub.
https://github.com/viveknaskar/event-subscriber

google-cloud google-cloud-platform pubsub spring-boot spring-integration

Last synced: 24 days ago
JSON representation

A simple spring boot application that is subscribed to a topic from Google Pub/Sub.

Awesome Lists containing this project

README

          

# Event Subscriber
A simple spring boot application that is subscribed to a topic of Google Pub/Sub service. This application will log any messages since it is subscribed to a topic, be it any string messages, or json messages.

## Technology Stack
1. Spring-boot framework
2. Maven 3.6+
3. Google Cloud Pub/Sub
4. Sonarqube