-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 topic-level APIs for deduplication snapshot interval, inactive topic policies and offload policies #14396
[Doc] Add topic-level APIs for deduplication snapshot interval, inactive topic policies and offload policies #14396
Conversation
@momo-jun:Thanks for your contribution. For this PR, do we need to update docs? |
@momo-jun:Thanks for providing doc info! |
Hi @315157973 @codelipenghui @Anonymitaet, can you please review this doc PR? Thanks. Please kindly note that the same changes will be applied to more historical versions since 2.7.0 as soon as it gets approval. |
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.
Approved from the technical writing pespective
<!--Pulsar-admin API--> | ||
|
||
``` | ||
pulsar-admin topics remove-offload-policies options |
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.
It looks like "remove" doesn't need any options, just pass in the topic name
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.
Thanks for your comment. However, the Pulsar admin API doc shows the "options" in the remove command. Which one shall we keep using consistently?
https://pulsar.apache.org/tools/pulsar-admin/2.10.0-SNAPSHOT/#-em-remove-offload-policies-em--89
…ive topic policies and offload policies (apache#14396)
Modifications
Add the following contents to align doc with code PRs.
brokerDeduplicationSnapshotIntervalSeconds
to the broker configurations and cookbook.Preview
Documentation
doc