Can Spring Boot Microservices Communicate Through GCP Pub/Sub? Explore Now!

In this post, we will learn how to use GCP (Google Cloud Platform's) Pub/Sub service with the Spring Boot application. We will create two simple applications, sender and receiver. We will send a message to a sender application which will publish the message to a Topic and receiver application will receive the message by subscribing … Continue reading Can Spring Boot Microservices Communicate Through GCP Pub/Sub? Explore Now!