You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/03/27 20:57:56 UTC

[pulsar] branch master updated: Update admin-api-non-persistent-topics.md (#3914)

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

sijie 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 9b032a1  Update admin-api-non-persistent-topics.md (#3914)
9b032a1 is described below

commit 9b032a1e69ad7648f8ccfd73f21f1b03222f438a
Author: Jennifer Huang <47...@users.noreply.github.com>
AuthorDate: Thu Mar 28 04:57:50 2019 +0800

    Update admin-api-non-persistent-topics.md (#3914)
    
    ### Motivation
    The original topic name structure is incorrect. I correct the topic name structure.
    
    ### Modifications
    Refine topic name structure as "non-persistent://tenant/namespace/topic".
---
 site2/docs/admin-api-non-persistent-topics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/admin-api-non-persistent-topics.md b/site2/docs/admin-api-non-persistent-topics.md
index 20006da..4427b21 100644
--- a/site2/docs/admin-api-non-persistent-topics.md
+++ b/site2/docs/admin-api-non-persistent-topics.md
@@ -11,7 +11,7 @@ persisting messages.
 In all of the instructions and commands below, the topic name structure is:
 
 ```shell
-persistent://tenant/namespace/topic
+non-persistent://tenant/namespace/topic
 ```
 
 ## Non-persistent topics resources