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 2019/11/04 07:49:43 UTC

[GitHub] [pulsar] jiazhai removed a comment on issue #5551: Fix docs about reset cursor

jiazhai removed a comment on issue #5551: Fix docs about reset cursor
URL: https://github.com/apache/pulsar/pull/5551#issuecomment-549249709
 
 
   ```
   $ apache-pulsar-2.4.1/bin/pulsar-admin topics reset-cursor -h
   
   Reset position for subscription to position closest to timestamp or messageId
   Usage: reset-cursor [options] persistent://tenant/namespace/topic
     Options:
       --messageId, -m
          messageId to reset back to (ledgerId:entryId)
     * -s, --subscription              < === 
          Subscription to reset position on
       --time, -t
          time in minutes to reset back to (or minutes, hours,days,weeks eg: 100m,
          3h, 2d, 5w)
   ```
   
   Seems the output of `-m -s -t` is not in right order? Is there a way to make it in order of `-s -..`?

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


With regards,
Apache Git Services