$: pulsar-admin namespaces set-schema-compatibility-strategy
Usage: pulsar-admin namespaces set-schema-compatibility-strategy [-hv]
[-c=<strategyParam>] <namespaceName>
Set the schema compatibility strategy for a namespace
<namespaceName> tenant/namespace
-c, --compatibility=<strategyParam>
Compatibility level required for new schemas created
via a Producer. Possible values (FULL, BACKWARD,
FORWARD, UNDEFINED, BACKWARD_TRANSITIVE,
FORWARD_TRANSITIVE, FULL_TRANSITIVE,
ALWAYS_INCOMPATIBLE,ALWAYS_COMPATIBLE).
-h, --help Show this help message and exit.
-v, --version Print version information and exit.
The
pulsar-admintool has anamespaces set-schema-compatibility-strategythat's not implemented in pulsarctl.It would be great if
pulsarctlimplemented this functionality.