Skip to content
New issue

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

Schema functionality missing #46

Open
polyzos opened this issue Jan 19, 2022 · 1 comment
Open

Schema functionality missing #46

polyzos opened this issue Jan 19, 2022 · 1 comment

Comments

@polyzos
Copy link

polyzos commented Jan 19, 2022

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.

@nodece
Copy link
Contributor

nodece commented Jan 24, 2022

Currently, the pulsarctl doesn't support the namespaces set-is-allow-auto-update-schema feature, I need some times support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants