You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/01 22:36:27 UTC

[GitHub] [pulsar] cbornet commented on a diff in pull request #18706: [improve][doc] ConsumerBuilder.java comments

cbornet commented on code in PR #18706:
URL: https://github.com/apache/pulsar/pull/18706#discussion_r1037623190


##########
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java:
##########
@@ -200,7 +200,7 @@
     ConsumerBuilder<T> ackTimeout(long ackTimeout, TimeUnit timeUnit);
 
     /**
-     * Ack returns receipt but does not mean that the message is not resent after get receipt.
+     * Ack returns receipt, but the message is not re-sent after getting receipt.

Review Comment:
   I would use `Acknowledgement`, not `Ack` in docs.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org