You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2019/09/15 20:41:39 UTC

[pulsar] branch master updated: skip-all is clear-backlog after topics unification (#5194)

This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f75f58  skip-all is clear-backlog after topics unification (#5194)
8f75f58 is described below

commit 8f75f5849ca1ce9ff2bb68662bc2ca64fbffde70
Author: vicaya <vi...@users.noreply.github.com>
AuthorDate: Sun Sep 15 13:41:32 2019 -0700

    skip-all is clear-backlog after topics unification (#5194)
    
    Resolves #5060
---
 site2/docs/reference-pulsar-admin.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/docs/reference-pulsar-admin.md b/site2/docs/reference-pulsar-admin.md
index 2f49410..4564aa7 100644
--- a/site2/docs/reference-pulsar-admin.md
+++ b/site2/docs/reference-pulsar-admin.md
@@ -1505,7 +1505,7 @@ Subcommands
 * `info-internal`
 * `partitioned-stats`
 * `skip`
-* `skip-all`
+* `clear-backlog`
 * `expire-messages`
 * `expire-messages-all-subscriptions`
 * `peek-messages`
@@ -1800,12 +1800,12 @@ Options
 |`-s`, `--subscription`|The subscription on which to skip messages||
 
 
-### `skip-all`
-Skip all the messages for the subscription
+### `clear-backlog`
+Clear backlog (skip all the messages) for the subscription
 
 Usage
 ```bash
-$ pulsar-admin topics skip-all topic options
+$ pulsar-admin topics clear-backlog topic options
 ```
 
 Options