momo-jun commented on a change in pull request #14037:
URL: https://github.com/apache/pulsar/pull/14037#discussion_r795114530
##########
File path: site2/docs/client-libraries-java.md
##########
@@ -338,6 +354,9 @@ When you create a consumer, you can use the `loadConf`
configuration. The follow
`replicateSubscriptionState`|boolean|If `replicateSubscriptionState` isĀ
enabled, a subscription state is replicated to geo-replicated clusters.|false
`negativeAckRedeliveryBackoff`|RedeliveryBackoff|Interface for custom message
is negativeAcked policy. You can specify `RedeliveryBackoff` for a consumer.|
`MultiplierRedeliveryBackoff`
`ackTimeoutRedeliveryBackoff`|RedeliveryBackoff|Interface for custom message
is ackTimeout policy. You can specify `RedeliveryBackoff` for a consumer.|
`MultiplierRedeliveryBackoff`
+`autoAckOldestChunkedMessageOnQueueFull`|boolean|Whether to automatically
acknowledge pending chunked messages when the threashold of
`maxPendingChunkedMessage` is reached. If set to `false`, these messages will
be redelivered by their broker. |true
+`maxPendingChunkedMessage`|int| The maximum size of a queue holding pending
chunked messages. When the threshold is reached, the consumer drops pending
messages to optimize memory utilization.|10
+`expireTimeOfIncompleteChunkedMessageMillis`|long|The time interval to expire
incomplete chunks if a consumer fails to receive all the chunks in the
specified time period. The default value is 1 minute. | 1
Review comment:
Thanks for pointing this out. I've corrected it. PTAL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]