kandersen82 commented on code in PR #109:
URL: https://github.com/apache/pulsar-dotpulsar/pull/109#discussion_r1015815831
##########
src/DotPulsar/Abstractions/IProducerBuilder.cs:
##########
@@ -54,6 +54,11 @@ public interface IProducerBuilder<TMessage>
/// </summary>
IProducerBuilder<TMessage> MessageRouter(IMessageRouter messageRouter);
+ /// <summary>
+ /// Set the max size of the queue holding the messages pending to receive
an acknowledgment from the broker. The default is 500.
Review Comment:
The Java client default is 500, which is the reason why I set it to that
here as well.
--
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]