google-cloud-cpp
google-cloud-cpp copied to clipboard
Cap the number of ack ids when extending leases
Pub/Sub has limits on the message size and consequently on the number of ack ids in a single message. We should never send more than 2,500 ack ids in a single request.