terraform-provider-pulsar icon indicating copy to clipboard operation
terraform-provider-pulsar copied to clipboard

Schema functionality missing

Open polyzos opened this issue 3 years ago • 1 comments

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.

polyzos avatar Jan 19 '22 18:01 polyzos

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

nodece avatar Jan 24 '22 08:01 nodece