[Doc]--Update Pulsar Admin CLI doc to support to set/get/remove persistence polices, message TTL, and backlog quota on topic level - #7852
Merged
Conversation
Contributor
Author
|
/pulsarbot run-failure-checks |
1 similar comment
Contributor
Author
|
/pulsarbot run-failure-checks |
Contributor
Author
|
@jiazhai , please help review the PR. Thanks. |
Member
|
@Huanli-Meng I think we should document how topic level policy work and what is the relationship between a topic-level policy and a namespace-level policy. I see this is missing in current documentation. |
Contributor
Author
OK. I will add it. Thanks |
Huanli-Meng
force-pushed
the
topicpolicy
branch
from
August 26, 2020 12:38
abce0ec to
6a5df8b
Compare
Contributor
Author
|
@sijie, add a section in Concepts and Architecture > Multi tenancy doc. Please help double check whether is it OK. Thanks. |
Huanli-Meng
force-pushed
the
topicpolicy
branch
from
August 28, 2020 12:33
3f9f5c6 to
fd5470e
Compare
jiazhai
requested review from
codelipenghui,
murong00 and
sijie
and removed request for
murong00
September 15, 2020 02:47
jiazhai
approved these changes
Sep 15, 2020
lbenc135
pushed a commit
to lbenc135/pulsar
that referenced
this pull request
Oct 3, 2020
…stence polices, message TTL, and backlog quota on topic level (apache#7852) Motivation In PRs, apache#7738, apache#7646, apache#7817, persistence polices, message TTL, and backlog quota policies are supported on topic level. The PR for code modification is updated and merged. but the doc is not updated accordingly. This PR is used to support to set/get/remove persistence polices, message TTL, and backlog quota on topic level. Modifications Update the Pulsar Admin CLI doc to support to set/get/remove persistence polices, message TTL, and backlog quota on topic level. * Update backlog-quota policies on topic level * update contents * update contents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
In PRs, #7738, #7646, #7817, persistence polices, message TTL, and backlog quota policies are supported on topic level. The PR for code modification is updated and merged. but the doc is not updated accordingly.
This PR is used to support to set/get/remove persistence polices, message TTL, and backlog quota on topic level.
Modifications
Update the Pulsar Admin CLI doc to support to set/get/remove persistence polices, message TTL, and backlog quota on topic level.