-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Doc] Add content for topic-level schema compatibility check strategy #13832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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. |
site2/docs/schema-manage.md
Outdated
|
|
||
| <!--DOCUSAURUS_CODE_TABS--> | ||
|
|
||
| <!--admin CLI--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <!--admin CLI--> | |
| <!--Admin CLI--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a description that available values for schema compatibility strategy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I will add a link as the reference for available values. Thank you.
site2/docs/schema-manage.md
Outdated
|
|
||
| <!--DOCUSAURUS_CODE_TABS--> | ||
|
|
||
| <!--admin CLI--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <!--admin CLI--> | |
| <!--Admin CLI--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected. PTAL. Thanks.
site2/docs/schema-manage.md
Outdated
|
|
||
| <!--DOCUSAURUS_CODE_TABS--> | ||
|
|
||
| <!--admin CLI--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <!--admin CLI--> | |
| <!--Admin CLI--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected. PTAL. Thanks.
| <!--END_DOCUSAURUS_CODE_TABS--> | ||
|
|
||
|
|
||
| ### Namespace level |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep the DOCUSAURUS_CODE_TABS tab has same style between Topice level and Namespace level.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected. PTAL. Thanks.
nodece
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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