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/09/19 07:53:17 UTC

[GitHub] [pulsar] pouledodue opened a new issue #5222: 2.4.1 pulsar-admin should have 8 schema compat check strategy

pouledodue opened a new issue #5222: 2.4.1 pulsar-admin should have 8 schema compat check strategy
URL: https://github.com/apache/pulsar/issues/5222
 
 
   **Describe the bug**
   2.4.1 `pulsar-admin` should have 8 schema compat check strategy, it only has 3.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   ```
   wget -c https://archive.apache.org/dist/pulsar/pulsar-2.4.1/apache-pulsar-2.4.1-bin.tar.gz
   tar mxvfz apache-pulsar-2.4.1-bin.tar.gz
   ./apache-pulsar-2.4.1/bin/pulsar-admin tenants create a
   ./apache-pulsar-2.4.1/bin/pulsar-admin namespaces create a/b
   ./apache-pulsar-2.4.1/bin/pulsar-admin namespaces set-schema-autoupdate-strategy --compatibility always_compatible  a/b
   ```
   gives:
   ```
   null
   
   Reason: Either --compatibility or --disabled must be specified
   ```
   **Expected behavior**
   A change of strategy
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: catalina
   
   
   

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