BewareMyPower commented on code in PR #18316:
URL: https://github.com/apache/pulsar/pull/18316#discussion_r1013233877


##########
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/BatchReceivePolicy.java:
##########
@@ -83,6 +88,13 @@ private BatchReceivePolicy(int maxNumMessages, int 
maxNumBytes, int timeout, Tim
     private final int timeout;
     private final TimeUnit timeoutUnit;
 
+
+    /**
+     * If it is false, one time `batachReceive()` only can receive the single 
topic messages,

Review Comment:
   ```suggestion
        * If it is false, one time `batchReceive()` only can receive the single 
topic messages,
   ```
   
   Typo.



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