Gleiphir2769 commented on code in PR #805:
URL: https://github.com/apache/pulsar-client-go/pull/805#discussion_r966726634


##########
pulsar/consumer.go:
##########
@@ -189,6 +189,17 @@ type ConsumerOptions struct {
        // error information of the Ack method only contains errors that may 
occur in the Go SDK's own processing.
        // Default: false
        AckWithResponse bool
+
+       // MaxPendingChunkedMessage sets the maximum pending chunked messages. 
(default: 100)
+       MaxPendingChunkedMessage int
+
+       // ExpireTimeOfIncompleteChunk sets the expiry time of discarding 
incomplete chunked message.
+       // The timing accuracy is 100ms level and the default value is 60 * 
1000 millis

Review Comment:
   OK, I will add it.



-- 
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]

Reply via email to