QuestionQ241
Designing and planning a cloud solution architectureYou are building a globally scaled frontend for a legacy streaming-backend data API. The API requires events in strict chronological order and without repeated data for correct processing.
Which products should you deploy to guarantee once-only FIFO (first-in, first-out) data delivery?
- A Cloud Pub/Sub alone
- B Cloud Pub/Sub to Cloud Dataflow
- C Cloud Pub/Sub to Stackdriver
- D Cloud Pub/Sub to Cloud SQL
Community Discussion