We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we can set the schema compatibility strategy as well as allow auto update schema doing the following using the pulsar-admin tool
./pulsar-admin namespaces set-schema-compatibility-strategy -c FORWARD_TRANSITIVE public/default ./pulsar-admin namespaces set-is-allow-auto-update-schema --disable public/default
Seems like the set-is-allow-auto-update-schema is missing from the terraform modules at the moment, so we need to support this as well.
set-is-allow-auto-update-schema
The text was updated successfully, but these errors were encountered:
Currently, the pulsarctl doesn't support the namespaces set-is-allow-auto-update-schema feature, I need some times support this.
namespaces set-is-allow-auto-update-schema
Sorry, something went wrong.
No branches or pull requests
Currently we can set the schema compatibility strategy as well as allow auto update schema doing the following using the pulsar-admin tool
Seems like the
set-is-allow-auto-update-schema
is missing from the terraform modules at the moment, so we need to support this as well.The text was updated successfully, but these errors were encountered: