I know this question already exist but nobody gave a valid solution.
I am trying to configure dead letter topic for unack messages to handle failures gracefully, however, it doesn't seem to be working. I tried through google cloud console:
create topic send-notif-topic create subscription send-notif-sub (pull) -> enable dead letter queue (all blue tick) create topic dead-letter-topic create subscription dead-letter-sub (pull) I don't ack the massage from send-notif-sub.
from send-notif-sub METRIC you can see the 'Unacked message count' increased, so the message should be forward to dead-letter-topic but in the dead-letter-topic METRIC the "Publish request count" is empty and the dead-letter-sub don't get any messages....
BTW inside the send-notif-sub DETAILS i can see that the "Dead letter topic" is dead-letter-topic. So it should be all good but I don't get anything in the dead letter topic