Scenario: A developer is building a microservices architecture and needs to decouple services for better scalability and reliability. Which messaging service would be the most suitable for this requirement?

  • Cloud Pub/Sub
  • Cloud Firestore
  • Cloud Spanner
  • Cloud Storage
Building a microservices architecture requires careful consideration of communication patterns and technologies. Pub/Sub is well-suited for decoupling services and enabling asynchronous communication, making it the most suitable choice for this scenario.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *