momo-jun commented on code in PR #19852:
URL: https://github.com/apache/pulsar/pull/19852#discussion_r1141720920


##########
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerInterceptor.java:
##########
@@ -107,7 +107,7 @@
      * <p>Any exception thrown by this method will be ignored by the caller.
      *
      * @param consumer the consumer which contains the interceptor
-     * @param messageIds message to ack, null if acknowledge fail.
+     * @param messageIds the set of message ids to negative ack

Review Comment:
   ```suggestion
        * @param messageIds the set of message ids to negatively ack
   ```



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