GCP - Cloud Pub/Sub
Which of the following is the correct way to acknowledge a message in Google Cloud Pub/Sub client libraries?
ack() on the message object.delete(), complete(), or finish() are not valid for acknowledgment.message.ack() after processing the message. -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions