rdhabalia commented on a change in pull request #2496: Fix: auto-ack flag 
always set true
URL: https://github.com/apache/incubator-pulsar/pull/2496#discussion_r214217355
 
 

 ##########
 File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java
 ##########
 @@ -312,7 +312,7 @@ void processArguments() throws Exception {
         @Parameter(names = "--autoAck", description = "Whether or not the 
framework will automatically acknowleges messages", hidden = true)
         protected Boolean DEPRECATED_autoAck = null;
         @Parameter(names = "--auto-ack", description = "Whether or not the 
framework will automatically acknowleges messages")
-        protected Boolean autoAck ;
+        protected boolean autoAck ;
 
 Review comment:
   yea, `arity` option works. let me fix it. thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to