GCP - Cloud Pub/Sub
Given this subscription config snippet:
What happens when a message fails delivery 6 times?
{
"dead_letter_policy": {
"dead_letter_topic": "projects/myproj/topics/dlt",
"max_delivery_attempts": 5
}
}What happens when a message fails delivery 6 times?
