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.
- Host: GitHub
- URL: https://github.com/viveknaskar/event-subscriber
- Owner: viveknaskar
- Created: 2021-02-05T14:12:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T19:29:54.000Z (over 4 years ago)
- Last Synced: 2025-02-22T07:20:58.194Z (8 months ago)
- Topics: google-cloud, google-cloud-platform, pubsub, spring-boot, spring-integration
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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