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 2018/07/13 18:43:22 UTC

[GitHub] pckeyan opened a new pull request #2157: #2156 - Documentation need to be updated for Admin command to apply deduplication at namespace

pckeyan opened a new pull request #2157: #2156 - Documentation need to be updated for Admin command to apply deduplication at namespace
URL: https://github.com/apache/incubator-pulsar/pull/2157
 
 
   #2156 - Documentation need to be updated for Admin command to apply deduplication at namespace:
   
   bin/pulsar-admin namespaces set-deduplication \
     persistent://public/default/topic-1 \
     --enable # or just -e
   
   should be
   
   bin/pulsar-admin namespaces set-deduplication \
    public/default \
     --enable # or just -e
   
   How can we reproduce the issue
   
   Running the below statement will result in
   
   java.lang.IllegalArgumentException: Invalid namespace format. namespace: persistent://public/default/topic-1
   
   **Pulsar version**: 2.0-rc1
   
   ### Motivation
   
   Explain here the context, and why you're making that change.
   What is the problem you're trying to solve.
   
   ### Modifications
   
   Describe the modifications you've done.
   
   ### Result
   
   After your change, what will change.
   

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


With regards,
Apache Git Services