Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions site2/docs/schema-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,10 +828,10 @@ To set a schema compatibility check strategy at the topic level, use one of the

<!--Admin CLI-->

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 <strategy> <topicName>
pulsar-admin topicsPolicies set-schema-compatibility-strategy <strategy> <topicName>
```
<!--REST API-->

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

<!--Admin CLI-->

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 <topicName>
pulsar-admin topicsPolicies get-schema-compatibility-strategy <topicName>
```
<!--REST API-->

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

<!--Admin CLI-->

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 <topicName>
pulsar-admin topicsPolicies remove-schema-compatibility-strategy <topicName>
```
<!--REST API-->

Expand Down