File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 *
7171 * <p>The subscriber handles the ack management, by automatically extending the ack deadline while
7272 * the message is being processed, to then issue the ack or nack of such message when the processing
73- * is done. <strong>Note:</strong> message redelivery is still possible.
73+ * is done (see {@link Builder#setMaxAckExtensionPeriod(Duration)}) . <strong>Note:</strong> message redelivery is still possible.
7474 *
7575 * <p>It also provides customizable options that control:
7676 *
@@ -547,7 +547,7 @@ Builder setAckExpirationPadding(Duration ackExpirationPadding) {
547547 }
548548
549549 /**
550- * Set the maximum period a message ack deadline will be extended.
550+ * Set the maximum period a message ack deadline will be extended. Defaults to one hour.
551551 *
552552 * <p>It is recommended to set this value to a reasonable upper bound of the subscriber time to
553553 * process any message. This maximum period avoids messages to be <i>locked</i> by a subscriber
You can’t perform that action at this time.
0 commit comments