Skip to content

Commit e3c9684

Browse files
authored
[Doc] Move schema compatibility strategy cmd from topics to topicsPolicies (apache#14232)
1 parent b87aa79 commit e3c9684

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site2/docs/schema-manage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -828,10 +828,10 @@ To set a schema compatibility check strategy at the topic level, use one of the
828828

829829
<!--Admin CLI-->
830830

831-
Use the [`pulsar-admin topics set-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command.
831+
Use the [`pulsar-admin topicsPolicies set-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command.
832832

833833
```shell
834-
pulsar-admin topics set-schema-compatibility-strategy <strategy> <topicName>
834+
pulsar-admin topicsPolicies set-schema-compatibility-strategy <strategy> <topicName>
835835
```
836836
<!--REST API-->
837837

@@ -859,10 +859,10 @@ To get the topic-level schema compatibility check strategy, use one of the follo
859859

860860
<!--Admin CLI-->
861861

862-
Use the [`pulsar-admin topics get-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command.
862+
Use the [`pulsar-admin topicsPolicies get-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command.
863863

864864
```shell
865-
pulsar-admin topics get-schema-compatibility-strategy <topicName>
865+
pulsar-admin topicsPolicies get-schema-compatibility-strategy <topicName>
866866
```
867867
<!--REST API-->
868868

@@ -894,10 +894,10 @@ To remove the topic-level schema compatibility check strategy, use one of the fo
894894

895895
<!--Admin CLI-->
896896

897-
Use the [`pulsar-admin topics remove-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command.
897+
Use the [`pulsar-admin topicsPolicies remove-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command.
898898

899899
```shell
900-
pulsar-admin topics remove-schema-compatibility-strategy <topicName>
900+
pulsar-admin topicsPolicies remove-schema-compatibility-strategy <topicName>
901901
```
902902
<!--REST API-->
903903

0 commit comments

Comments
 (0)