You are building a messaging pipeline using Google gcp video
data-engineer-pro video for you are building a messaging pipeline using Google Cloud Pub/Sub to handle clickstream events. The architecture includes an
Full Certification Question
You are building a messaging pipeline using Google Cloud Pub/Sub to handle clickstream events. The architecture includes an event-driven consumer application that uses a push subscription . Your design must meet the following reliability requirements: The system should be resilient to temporary unavailability of the consumer . Messages that cannot be successfully processed by the subscriber should be stored . The system should retry failed deliveries gradually , to avoid overwhelming the consumer. After 10 unsuccessful delivery attempts , messages must be routed to another topic for further inspection or processing. Given these needs, how should you configure the Pub/Sub subscription?