Mefl opened a new issue #6967:
URL: https://github.com/apache/pulsar/issues/6967


   **Describe the bug**
   The pulsar-client consume command has an option `--subscription-position` 
documented since 2.5.1, the class in the 2.5 branche does not have the option 
but it is ok on master branche. I think one part of the code wasn't merged on 
2.5 branche.
    
   **To Reproduce**
   The documentation on 2.5.1 : 
https://pulsar.apache.org/docs/en/2.5.1/reference-cli-tools/#consume
   
   The CmdConsume class on 2.5 branche : 
https://github.com/apache/pulsar/blob/branch-2.5/pulsar-client-tools/src/main/java/org/apache/pulsar/client/cli/CmdConsume.java
 
   
   The CmdConsume class on master branche : 
https://github.com/apache/pulsar/blob/45f2d80b40523dfc8ae189ec45af44d351408d87/pulsar-client-tools/src/main/java/org/apache/pulsar/client/cli/CmdConsume.java#L85


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to