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/11/29 03:24:43 UTC

[GitHub] [pulsar] congbobo184 edited a comment on issue #5757: [doc]Modify schema compatibility check doc

congbobo184 edited a comment on issue #5757: [doc]Modify schema compatibility check doc
URL: https://github.com/apache/pulsar/pull/5757#issuecomment-559647039
 
 
   @sijie 
   ```
   bin/pulsar-admin namespaces set-schema-autoupdate-strategy --compatibility <compatibility-level> tenant/namespace
   bin/pulsar-admin namespaces get-schema-autoupdate-strategy --compatibility <compatibility-level> tenant/namespace
   ```
   I think this two command should not be provided to users.
   It's easy to confuse users following commands :
   ```
   bin/pulsar-admin namespaces set-schema-compatibility-strategy --compatibility <compatibility-level> tenant/namespace
   bin/pulsar-admin namespaces get-schema-compatibility-strategy --compatibility <compatibility-level> tenant/namespace
   bin/pulsar-admin namespaces get-is-allow-auto-update-schema --disable tenant/namespace
   ```

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