From 5562b3bdc2de7954c552ab8c20b35db0c822e2c4 Mon Sep 17 00:00:00 2001 From: momo-jun Date: Fri, 11 Feb 2022 14:12:53 +0800 Subject: [PATCH] [Doc] Move schema compatibility strategy cmd from topics to topicsPolicies --- site2/docs/schema-manage.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site2/docs/schema-manage.md b/site2/docs/schema-manage.md index 60b50fea458b8..eb69b673e7e69 100644 --- a/site2/docs/schema-manage.md +++ b/site2/docs/schema-manage.md @@ -828,10 +828,10 @@ To set a schema compatibility check strategy at the topic level, use one of the -Use the [`pulsar-admin topics set-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. +Use the [`pulsar-admin topicsPolicies set-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. ```shell -pulsar-admin topics set-schema-compatibility-strategy +pulsar-admin topicsPolicies set-schema-compatibility-strategy ``` @@ -859,10 +859,10 @@ To get the topic-level schema compatibility check strategy, use one of the follo -Use the [`pulsar-admin topics get-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. +Use the [`pulsar-admin topicsPolicies get-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. ```shell -pulsar-admin topics get-schema-compatibility-strategy +pulsar-admin topicsPolicies get-schema-compatibility-strategy ``` @@ -894,10 +894,10 @@ To remove the topic-level schema compatibility check strategy, use one of the fo -Use the [`pulsar-admin topics remove-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. +Use the [`pulsar-admin topicsPolicies remove-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. ```shell -pulsar-admin topics remove-schema-compatibility-strategy +pulsar-admin topicsPolicies remove-schema-compatibility-strategy ```