[Doc] Add content for topic-level schema compatibility check strategy - #13832
Conversation
|
@momo-jun:Thanks for your contribution. For this PR, do we need to update docs? |
|
@momo-jun:Thanks for providing doc info! |
|
Hi @nodece @codelipenghui @Anonymitaet Can you pls review this doc PR? Thanks. |
|
|
||
| <!--DOCUSAURUS_CODE_TABS--> | ||
|
|
||
| <!--admin CLI--> |
There was a problem hiding this comment.
| <!--admin CLI--> | |
| <!--Admin CLI--> |
There was a problem hiding this comment.
Corrected. PTAL. Thanks.
|
|
||
| - If you set schema compatibility check strategy at namespace level rather than broker level, it uses the strategy set for the namespace level. | ||
| - If you do not set the strategy at any level, it uses the `FULL` strategy. | ||
|
|
There was a problem hiding this comment.
Could you add a description that available values for schema compatibility strategy?
There was a problem hiding this comment.
Good point. I will add a link as the reference for available values. Thank you.
|
|
||
| <!--DOCUSAURUS_CODE_TABS--> | ||
|
|
||
| <!--admin CLI--> |
There was a problem hiding this comment.
| <!--admin CLI--> | |
| <!--Admin CLI--> |
There was a problem hiding this comment.
Corrected. PTAL. Thanks.
|
|
||
| <!--DOCUSAURUS_CODE_TABS--> | ||
|
|
||
| <!--admin CLI--> |
There was a problem hiding this comment.
| <!--admin CLI--> | |
| <!--Admin CLI--> |
There was a problem hiding this comment.
Corrected. PTAL. Thanks.
| <!--END_DOCUSAURUS_CODE_TABS--> | ||
|
|
||
|
|
||
| ### Namespace level |
There was a problem hiding this comment.
We should keep the DOCUSAURUS_CODE_TABS tab has same style between Topice level and Namespace level.
There was a problem hiding this comment.
We should keep the
DOCUSAURUS_CODE_TABStab has same style between Topice level and Namespace level.
Do you mean by using the same tab name, like Admin CLI?
There was a problem hiding this comment.
Corrected. PTAL. Thanks.
Doc updates for #13297.
Modifications
Simplify the description of strategy priority set at different levels.

Add set/get/remove methods for topic-level schema compatibility check strategy in three ways.

2.1) admin CLI
2.2) Rest API

2.3) Java Admin API


Documentation
doc