-
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
[Broker] Move schema compatibility strategy cmd from topics to topicPolicies #14225
[Broker] Move schema compatibility strategy cmd from topics to topicPolicies #14225
Conversation
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 makes sense to me that these are policy commands, but I don't think we can remove the existing commands just yet.
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
Show resolved
Hide resolved
Hi @momo-jun can you follow up on the doc change? Thanks |
Sure, I will take care of it. |
a3d7237
to
61fa7d2
Compare
/pulsarbot rerun-failure-checks |
Hi @nodece since this PR contains doc changes on https://pulsar.apache.org/tools/pulsar-admin/2.10.0-SNAPSHOT/#topicpolicies, please label this kind of PR w/ |
61fa7d2
to
3a0abba
Compare
@Anonymitaet Thanks. |
3a0abba
to
a1aeed5
Compare
...a/org/apache/pulsar/tests/integration/cli/topicpolicies/SchemaCompatibilityStrategyTest.java
Show resolved
Hide resolved
/pulsarbot rerun-failure-checks |
3 similar comments
/pulsarbot rerun-failure-checks |
/pulsarbot rerun-failure-checks |
/pulsarbot rerun-failure-checks |
@michaeljmarshall Please help review this PR again. |
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.
I think the annotations may be incorrect. Can you take a look @nodece? Thanks.
...a/org/apache/pulsar/tests/integration/cli/topicpolicies/SchemaCompatibilityStrategyTest.java
Outdated
Show resolved
Hide resolved
…olicies Signed-off-by: Zixuan Liu <[email protected]>
4078ec1
to
a4ba12d
Compare
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.
Approving with the hope that we'll be able to improve the PulsarCliTestSuite
in the near future. That improvement should be cherry-picked back to branch-2.10
, too.
/pulsarbot rerun-failure-checks |
a4ba12d
Motivation
The
schema-compatibility-strategy
cmd should be in thetopicPolicies
subcommand, it is topic policies.Modifications
Documentation
Need to update docs?
doc-required
- [Doc] Move schema compatibility strategy CMD from topics to topicsPolicies #14232Need to update the
pulsar-admin topics *-schema-compatibility-strategy
->pulsar-admin topicPolicies *-schema-compatibility-strategy