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:40:18 UTC

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

pckeyan opened a new issue #2156: Documentation need to be updated for Admin command to apply deduplication at namespace
URL: https://github.com/apache/incubator-pulsar/issues/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 
   
   bin/pulsar-admin namespaces set-deduplication \
     persistent://public/default/topic-1 \
     --enable
   
   java.lang.IllegalArgumentException: Invalid namespace format. namespace: persistent://public/default/topic-1
   
   #### System configuration
   **Pulsar version**: 2.0-rc1

----------------------------------------------------------------
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