BewareMyPower commented on a change in pull request #10103:
URL: https://github.com/apache/pulsar/pull/10103#discussion_r605417828
##########
File path: pulsar-client-cpp/include/pulsar/ReaderConfiguration.h
##########
@@ -128,8 +182,27 @@ class PULSAR_PUBLIC ReaderConfiguration {
*/
long getUnAckedMessagesTimeoutMs() const;
+ /**
+ * Set the tick duration time that defines the granularity of the
ack-timeout redelivery (in
+ * milliseconds).
+ *
+ * <p>
+ *
+ * The default value is 1000, which means 1 second.
+ *
Review comment:
These empty lines could be removed.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]